#3F5C42

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

Shades of Hunter Green #3F5C42

Tints of Hunter Green #3F5C42

Color information

#3F5C42 (or 0x3F5C42) is unknown color: approx Hunter Green. HEX triplet: 3F, 5C and 42. RGB value is (63,92,66). Sum of RGB (Red+Green+Blue) = 63+92+66=221 (29% of max value = 765). Red value is 63 (25% from 255 or 28.51% from 221); Green value is 92 (36.33% from 255 or 41.63% from 221); Blue value is 66 (26.17% from 255 or 29.86% from 221); Max value from RGB is 92 - color contains mainly: green. Hex color #3F5C42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5C42 is #C0A3BD. Grayscale: #505050. Windows color (decimal): -12624830 or 4348991. OLE color: 4348991.

HSL color Cylindrical-coordinate representation of color #3F5C42: hue angle of 126.21º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3F5C42 is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.64.

Color convert

RGB639266-
CMYK0.3200.280.64
HSL126.21º18.71%30.39%-
HSV(B)126.21º31.52%36.08%-
XYZ6.869.16.55-
YUV80.36119.89115.61-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.51%
GREEN value IS 92 (36.33% from 255) = 41.63%
BLUE value IS 66 (26.17% from 255) = 29.86%
R=28.51%
G=41.63%
B=29.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6392660.3200.280.64126.2118.7130.39
Hex3F5C422001C407e131e
Octal77134102400341001762336
Binary11111110111001000010100000011100100000011111101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,92,66); }

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

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

 a { background-color: rgb(63,92,66); }

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

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

 span { border-color: rgb(63,92,66); }

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