#3F6940

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

Shades of Hunter Green #3F6940

Tints of Hunter Green #3F6940

Color information

#3F6940 (or 0x3F6940) is unknown color: approx Hunter Green. HEX triplet: 3F, 69 and 40. RGB value is (63,105,64). Sum of RGB (Red+Green+Blue) = 63+105+64=232 (30% of max value = 765). Red value is 63 (25% from 255 or 27.16% from 232); Green value is 105 (41.41% from 255 or 45.26% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 105 - color contains mainly: green. Hex color #3F6940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6940 is #C096BF. Grayscale: #575757. Windows color (decimal): -12621504 or 4221247. OLE color: 4221247.

HSL color Cylindrical-coordinate representation of color #3F6940: hue angle of 121.43º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3F6940 is Cyan = 0.4, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB6310564-
CMYK0.400.390.59
HSL121.43º25%32.94%-
HSV(B)121.43º40%41.18%-
XYZ8.0311.536.65-
YUV87.77114.59110.33-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.16%
GREEN value IS 105 (41.41% from 255) = 45.26%
BLUE value IS 64 (25.39% from 255) = 27.59%
R=27.16%
G=45.26%
B=27.59%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal63105640.400.390.59121.432532.94
Hex3F6940280273B791921
Octal7715110050047731713141
Binary111111110100110000001010000100111111011111100111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,105,64); }

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

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

 a { background-color: rgb(63,105,64); }

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

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

 span { border-color: rgb(63,105,64); }

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