#838B3D

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

Shades of Wasabi #838B3D

Tints of Wasabi #838B3D

Color information

#838B3D (or 0x838B3D) is unknown color: approx Wasabi. HEX triplet: 83, 8B and 3D. RGB value is (131,139,61). Sum of RGB (Red+Green+Blue) = 131+139+61=331 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.58% from 331); Green value is 139 (54.69% from 255 or 41.99% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 139 - color contains mainly: green. Hex color #838B3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838B3D is #7C74C2. Grayscale: #808080. Windows color (decimal): -8156355 or 4033411. OLE color: 4033411.

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

Color convert

RGB13113961-
CMYK0.0600.560.45
HSL66.15º39%39.22%-
HSV(B)66.15º56.12%54.51%-
XYZ19.4323.637.95-
YUV127.7290.35130.34-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.58%
GREEN value IS 139 (54.69% from 255) = 41.99%
BLUE value IS 61 (24.22% from 255) = 18.43%
R=39.58%
G=41.99%
B=18.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal131139610.0600.560.4566.153939.22
Hex838B3D60382D422727
Octal203213756070551024747
Binary100000111000101111110111001110001011011000010100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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