#3F6A40

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

Shades of Hunter Green #3F6A40

Tints of Hunter Green #3F6A40

Color information

#3F6A40 (or 0x3F6A40) is unknown color: approx Hunter Green. HEX triplet: 3F, 6A and 40. RGB value is (63,106,64). Sum of RGB (Red+Green+Blue) = 63+106+64=233 (30% of max value = 765). Red value is 63 (25% from 255 or 27.04% from 233); Green value is 106 (41.80% from 255 or 45.49% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 106 - color contains mainly: green. Hex color #3F6A40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6A40 is #C095BF. Grayscale: #585858. Windows color (decimal): -12621248 or 4221503. OLE color: 4221503.

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

Color convert

RGB6310664-
CMYK0.4100.400.58
HSL121.4º25.44%33.14%-
HSV(B)121.4º40.57%41.57%-
XYZ8.1311.736.69-
YUV88.36114.25109.92-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.04%
GREEN value IS 106 (41.80% from 255) = 45.49%
BLUE value IS 64 (25.39% from 255) = 27.47%
R=27.04%
G=45.49%
B=27.47%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal63106640.4100.400.58121.425.4433.14
Hex3F6A40290283A791921
Octal7715210051050721713141
Binary111111110101010000001010010101000111010111100111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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