#3F5D45

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

Shades of Hunter Green #3F5D45

Tints of Hunter Green #3F5D45

Color information

#3F5D45 (or 0x3F5D45) is unknown color: approx Hunter Green. HEX triplet: 3F, 5D and 45. RGB value is (63,93,69). Sum of RGB (Red+Green+Blue) = 63+93+69=225 (29% of max value = 765). Red value is 63 (25% from 255 or 28% from 225); Green value is 93 (36.72% from 255 or 41.33% from 225); Blue value is 69 (27.34% from 255 or 30.67% from 225); Max value from RGB is 93 - color contains mainly: green. Hex color #3F5D45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5D45 is #C0A2BA. Grayscale: #515151. Windows color (decimal): -12624571 or 4545855. OLE color: 4545855.

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

Color convert

RGB639369-
CMYK0.3200.260.64
HSL132º19.23%30.59%-
HSV(B)132º32.26%36.47%-
XYZ7.049.327.06-
YUV81.29121.06114.95-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28%
GREEN value IS 93 (36.72% from 255) = 41.33%
BLUE value IS 69 (27.34% from 255) = 30.67%
R=28%
G=41.33%
B=30.67%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6393690.3200.260.6413219.2330.59
Hex3F5D452001A4084131f
Octal77135105400321002042337
Binary111111101110110001011000000110101000000100001001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,93,69); }

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

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

 a { background-color: rgb(63,93,69); }

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

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

 span { border-color: rgb(63,93,69); }

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