Html Css Color HEX #3F5542 Hunter Green

📋 copy color: '#3F5542'

red 63 ◦ green 85 ◦ blue 66

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

Shades of Hunter Green #3F5542

Tints of Hunter Green #3F5542

RGB

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

 GREEN value IS 85 (33.59% from 255) = 39.72%

 BLUE value IS 66 (26.17% from 255) = 30.84%

R = 29.44%
G = 39.72%
B = 30.84%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#3F5542 (or 0x3F5542) is known color: Hunter Green. HEX triplet: 3F, 55 and 42. RGB value is (63,85,66). Sum of RGB (Red+Green+Blue) = 63+85+66=214 (28% of max value = 765). Red value is 63 (25% from 255 or 29.44% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 66 (26.17% from 255 or 30.84% from 214); Max value from RGB is 85 - color contains mainly: green. Hex color #3F5542 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5542 is #C0AABD. Grayscale: #4C4C4C. Windows color (decimal): -12626622 or 4347199. OLE color: 4347199.

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

Color convert

RGB 63 85 66 -
CMYK 0.26 0 0.22 0.67
HSL 128.18º 0.15% 0.29% -
HSV(B) 128.18º 0.26% 0.33% -
XYZ 6.28 7.95 6.36 -
YUV 76.26 122.21 118.54 -
System Red Green Blue C M Y K H S L
Decimal 63 85 66 0.26 0 0.22 0.67 128.18 0.15 0.29
Hex 3F 55 42 1A 0 16 43 80 F 1D
Octal 77 125 102 32 0 26 103 200 17 35
Binary 111111 1010101 1000010 11010 0 10110 1000011 10000000 1111 11101

Color Harmonies of #3F5542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5542

Black with #3F5542

Text Example


Text Example

White with #3F5542

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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