Html Css Color HEX #3F5A44 Hunter Green

📋 copy color: '#3F5A44'

red 63 ◦ green 90 ◦ blue 68

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

Shades of Hunter Green #3F5A44

Tints of Hunter Green #3F5A44

RGB

 RED value IS 63 (25% from 255) = 28.51%

 GREEN value IS 90 (35.55% from 255) = 40.72%

 BLUE value IS 68 (26.95% from 255) = 30.77%

R = 28.51%
G = 40.72%
B = 30.77%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.24

 K value IS 0.65

RGB Variations

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

Color information

#3F5A44 (or 0x3F5A44) is known color: Hunter Green. HEX triplet: 3F, 5A and 44. RGB value is (63,90,68). Sum of RGB (Red+Green+Blue) = 63+90+68=221 (29% of max value = 765). Red value is 63 (25% from 255 or 28.51% from 221); Green value is 90 (35.55% from 255 or 40.72% from 221); Blue value is 68 (26.95% from 255 or 30.77% from 221); Max value from RGB is 90 - color contains mainly: green. Hex color #3F5A44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5A44 is #C0A5BB. Grayscale: #4F4F4F. Windows color (decimal): -12625340 or 4479551. OLE color: 4479551.

HSL color Cylindrical-coordinate representation of color #3F5A44: hue angle of 131.11º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3F5A44 is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.65.

Color convert

RGB 63 90 68 -
CMYK 0.30 0 0.24 0.65
HSL 131.11º 0.18% 0.3% -
HSV(B) 131.11º 0.3% 0.35% -
XYZ 6.75 8.79 6.81 -
YUV 79.42 121.55 116.29 -
System Red Green Blue C M Y K H S L
Decimal 63 90 68 0.30 0 0.24 0.65 131.11 0.18 0.3
Hex 3F 5A 44 1E 0 18 41 83 12 1E
Octal 77 132 104 36 0 30 101 203 22 36
Binary 111111 1011010 1000100 11110 0 11000 1000001 10000011 10010 11110

Color Harmonies of #3F5A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5A44

Black with #3F5A44

Text Example


Text Example

White with #3F5A44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,90,68); }

 H1.HeaderClassName
 {
   color: #3F5A44;
 }
 .AnyTagClassName
 {
   color: #3F5A44;
 }
</style>

background-color css

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

 a { background-color: rgb(63,90,68); }

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

border-color css

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

 span { border-color: rgb(63,90,68); }

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