#3B5A41

Color #3B5A41 Hunter Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hunter Green #3B5A41

Tints of Hunter Green #3B5A41

Color information

#3B5A41 (or 0x3B5A41) is unknown color: approx Hunter Green. HEX triplet: 3B, 5A and 41. RGB value is (59,90,65). Sum of RGB (Red+Green+Blue) = 59+90+65=214 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.57% from 214); Green value is 90 (35.55% from 255 or 42.06% from 214); Blue value is 65 (25.78% from 255 or 30.37% from 214); Max value from RGB is 90 - color contains mainly: green. Hex color #3B5A41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5A41 is #C4A5BE. Grayscale: #4D4D4D. Windows color (decimal): -12887487 or 4282939. OLE color: 4282939.

HSL color Cylindrical-coordinate representation of color #3B5A41: hue angle of 131.61º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3B5A41 is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB599065-
CMYK0.3400.280.65
HSL131.61º20.81%29.22%-
HSV(B)131.61º34.44%35.29%-
XYZ6.418.626.33-
YUV77.88120.73114.53-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 27.57%
GREEN value IS 90 (35.55% from 255) = 42.06%
BLUE value IS 65 (25.78% from 255) = 30.37%
R=27.57%
G=42.06%
B=30.37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5990650.3400.280.65131.6120.8129.22
Hex3B5A412201C4184151d
Octal73132101420341012042535
Binary111011101101010000011000100111001000001100001001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B5A41; }

 p { color: rgb(59,90,65); }

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

<style>
 a { background-color: #3B5A41; }

 a { background-color: rgb(59,90,65); }

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

<style>
 span { border-color: #3B5A41; }

 span { border-color: rgb(59,90,65); }

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