#3F5041

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

Shades of Hunter Green #3F5041

Tints of Hunter Green #3F5041

Color information

#3F5041 (or 0x3F5041) is unknown color: approx Hunter Green. HEX triplet: 3F, 50 and 41. RGB value is (63,80,65). Sum of RGB (Red+Green+Blue) = 63+80+65=208 (27% of max value = 765). Red value is 63 (25% from 255 or 30.29% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 65 (25.78% from 255 or 31.25% from 208); Max value from RGB is 80 - color contains mainly: green. Hex color #3F5041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5041 is #C0AFBE. Grayscale: #494949. Windows color (decimal): -12627903 or 4280383. OLE color: 4280383.

HSL color Cylindrical-coordinate representation of color #3F5041: hue angle of 127.06º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3F5041 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB638065-
CMYK0.2100.190.69
HSL127.06º11.89%28.04%-
HSV(B)127.06º21.25%31.37%-
XYZ5.877.186.08-
YUV73.21123.37120.72-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30.29%
GREEN value IS 80 (31.64% from 255) = 38.46%
BLUE value IS 65 (25.78% from 255) = 31.25%
R=30.29%
G=38.46%
B=31.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6380650.2100.190.69127.0611.8928.04
Hex3F504115013457fc1c
Octal77120101250231051771434
Binary111111101000010000011010101001110001011111111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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