#838B34

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

Shades of Wasabi #838B34

Tints of Wasabi #838B34

Color information

#838B34 (or 0x838B34) is unknown color: approx Wasabi. HEX triplet: 83, 8B and 34. RGB value is (131,139,52). Sum of RGB (Red+Green+Blue) = 131+139+52=322 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.68% from 322); Green value is 139 (54.69% from 255 or 43.17% from 322); Blue value is 52 (20.70% from 255 or 16.15% from 322); Max value from RGB is 139 - color contains mainly: green. Hex color #838B34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838B34 is #7C74CB. Grayscale: #7F7F7F. Windows color (decimal): -8156364 or 3443587. OLE color: 3443587.

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

Color convert

RGB13113952-
CMYK0.0600.630.45
HSL65.52º45.55%37.45%-
HSV(B)65.52º62.59%54.51%-
XYZ19.2123.546.78-
YUV126.6985.85131.07-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.68%
GREEN value IS 139 (54.69% from 255) = 43.17%
BLUE value IS 52 (20.70% from 255) = 16.15%
R=40.68%
G=43.17%
B=16.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal131139520.0600.630.4565.5245.5537.45
Hex838B34603F2D422e25
Octal203213646077551025645
Binary100000111000101111010011001111111011011000010101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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