#838B3B

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

Shades of Wasabi #838B3B

Tints of Wasabi #838B3B

Color information

#838B3B (or 0x838B3B) is unknown color: approx Wasabi. HEX triplet: 83, 8B and 3B. RGB value is (131,139,59). Sum of RGB (Red+Green+Blue) = 131+139+59=329 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.82% from 329); Green value is 139 (54.69% from 255 or 42.25% from 329); Blue value is 59 (23.44% from 255 or 17.93% from 329); Max value from RGB is 139 - color contains mainly: green. Hex color #838B3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838B3B is #7C74C4. Grayscale: #7F7F7F. Windows color (decimal): -8156357 or 3902339. OLE color: 3902339.

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

Color convert

RGB13113959-
CMYK0.0600.580.45
HSL66º40.4%38.82%-
HSV(B)66º57.55%54.51%-
XYZ19.3823.617.67-
YUV127.4989.35130.5-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.82%
GREEN value IS 139 (54.69% from 255) = 42.25%
BLUE value IS 59 (23.44% from 255) = 17.93%
R=39.82%
G=42.25%
B=17.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal131139590.0600.580.456640.438.82
Hex838B3B603A2D422827
Octal203213736072551025047
Binary100000111000101111101111001110101011011000010101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838B3B; }

 p { color: rgb(131,139,59); }

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

<style>
 a { background-color: #838B3B; }

 a { background-color: rgb(131,139,59); }

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

<style>
 span { border-color: #838B3B; }

 span { border-color: rgb(131,139,59); }

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