#818B3C

Color #818B3C Wasabi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wasabi #818B3C

Tints of Wasabi #818B3C

Color information

#818B3C (or 0x818B3C) is unknown color: approx Wasabi. HEX triplet: 81, 8B and 3C. RGB value is (129,139,60). Sum of RGB (Red+Green+Blue) = 129+139+60=328 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.33% from 328); Green value is 139 (54.69% from 255 or 42.38% from 328); Blue value is 60 (23.83% from 255 or 18.29% from 328); Max value from RGB is 139 - color contains mainly: green. Hex color #818B3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818B3C is #7E74C3. Grayscale: #7F7F7F. Windows color (decimal): -8287428 or 3967873. OLE color: 3967873.

HSL color Cylindrical-coordinate representation of color #818B3C: hue angle of 67.59º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #818B3C is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.

Color convert

RGB12913960-
CMYK0.0700.570.45
HSL67.59º39.7%39.02%-
HSV(B)67.59º56.83%54.51%-
XYZ19.123.467.8-
YUV12790.19129.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 129 (50.78% from 255) = 39.33%
GREEN value IS 139 (54.69% from 255) = 42.38%
BLUE value IS 60 (23.83% from 255) = 18.29%
R=39.33%
G=42.38%
B=18.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal129139600.0700.570.4567.5939.739.02
Hex818B3C70392D442827
Octal201213747071551045047
Binary100000011000101111110011101110011011011000100101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818B3C; }

 p { color: rgb(129,139,60); }

 H1.HeaderClassName
 {
   color: #818B3C;
 }
 .AnyTagClassName
 {
   color: #818B3C;
 }
</style>
background-color css

<style>
 a { background-color: #818B3C; }

 a { background-color: rgb(129,139,60); }

 div.DivClassName
 {
   background-color: #818B3C;
 }
 .BgClassName
 {
   background-color: #818B3C;
 }
</style>
border-color css

<style>
 span { border-color: #818B3C; }

 span { border-color: rgb(129,139,60); }

 td.TdClassName
 {
   border-color: #818B3C;
 }
 .TagClassName
 {
   border-color: #818B3C;
 }
</style>