#3F5342

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

Shades of Hunter Green #3F5342

Tints of Hunter Green #3F5342

Color information

#3F5342 (or 0x3F5342) is unknown color: approx Hunter Green. HEX triplet: 3F, 53 and 42. RGB value is (63,83,66). Sum of RGB (Red+Green+Blue) = 63+83+66=212 (28% of max value = 765). Red value is 63 (25% from 255 or 29.72% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 66 (26.17% from 255 or 31.13% from 212); Max value from RGB is 83 - color contains mainly: green. Hex color #3F5342 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5342 is #C0ACBD. Grayscale: #4B4B4B. Windows color (decimal): -12627134 or 4346687. OLE color: 4346687.

HSL color Cylindrical-coordinate representation of color #3F5342: hue angle of 129º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3F5342 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB638366-
CMYK0.2400.200.67
HSL129º13.7%28.63%-
HSV(B)129º24.1%32.55%-
XYZ6.137.646.31-
YUV75.08122.87119.38-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.72%
GREEN value IS 83 (32.81% from 255) = 39.15%
BLUE value IS 66 (26.17% from 255) = 31.13%
R=29.72%
G=39.15%
B=31.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6383660.2400.200.6712913.728.63
Hex3F5342180144381e1d
Octal77123102300241032011635
Binary1111111010011100001011000010100100001110000001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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