Html Css Color HEX #3F5041 Hunter Green

📋 copy color: '#3F5041'

red 63 ◦ green 80 ◦ blue 65

#3F5041
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hunter Green #3F5041

Tints of Hunter Green #3F5041

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 value IS 0.21

 M value IS 0

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#3F5041 (or 0x3F5041) is known color: 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

RGB 63 80 65 -
CMYK 0.21 0 0.19 0.69
HSL 127.06º 0.12% 0.28% -
HSV(B) 127.06º 0.21% 0.31% -
XYZ 5.87 7.18 6.08 -
YUV 73.21 123.37 120.72 -
System Red Green Blue C M Y K H S L
Decimal 63 80 65 0.21 0 0.19 0.69 127.06 0.12 0.28
Hex 3F 50 41 15 0 13 45 7F C 1C
Octal 77 120 101 25 0 23 105 177 14 34
Binary 111111 1010000 1000001 10101 0 10011 1000101 1111111 1100 11100

Color Harmonies of #3F5041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5041

Black with #3F5041

Text Example


Text Example

White with #3F5041

Text Example


Text Example

HTML Codes & Css Web 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>