#3F6241

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

Shades of Hunter Green #3F6241

Tints of Hunter Green #3F6241

Color information

#3F6241 (or 0x3F6241) is unknown color: approx Hunter Green. HEX triplet: 3F, 62 and 41. RGB value is (63,98,65). Sum of RGB (Red+Green+Blue) = 63+98+65=226 (29% of max value = 765). Red value is 63 (25% from 255 or 27.88% from 226); Green value is 98 (38.67% from 255 or 43.36% from 226); Blue value is 65 (25.78% from 255 or 28.76% from 226); Max value from RGB is 98 - color contains mainly: green. Hex color #3F6241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6241 is #C09DBE. Grayscale: #535353. Windows color (decimal): -12623295 or 4284991. OLE color: 4284991.

HSL color Cylindrical-coordinate representation of color #3F6241: hue angle of 123.43º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3F6241 is Cyan = 0.36, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB639865-
CMYK0.3600.340.62
HSL123.43º21.74%31.57%-
HSV(B)123.43º35.71%38.43%-
XYZ7.3710.176.58-
YUV83.77117.4113.18-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.88%
GREEN value IS 98 (38.67% from 255) = 43.36%
BLUE value IS 65 (25.78% from 255) = 28.76%
R=27.88%
G=43.36%
B=28.76%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6398650.3600.340.62123.4321.7431.57
Hex3F6241240223E7b1620
Octal7714210144042761732640
Binary111111110001010000011001000100010111110111101110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,98,65); }

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

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

 a { background-color: rgb(63,98,65); }

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

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

 span { border-color: rgb(63,98,65); }

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