Html Css Color HEX #3F6042 Hunter Green

📋 copy color: '#3F6042'

red 63 ◦ green 96 ◦ blue 66

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

Shades of Hunter Green #3F6042

Tints of Hunter Green #3F6042

RGB

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

 GREEN value IS 96 (37.89% from 255) = 42.67%

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

R = 28%
G = 42.67%
B = 29.33%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#3F6042 (or 0x3F6042) is known color: Hunter Green. HEX triplet: 3F, 60 and 42. RGB value is (63,96,66). Sum of RGB (Red+Green+Blue) = 63+96+66=225 (29% of max value = 765). Red value is 63 (25% from 255 or 28% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 66 (26.17% from 255 or 29.33% from 225); Max value from RGB is 96 - color contains mainly: green. Hex color #3F6042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6042 is #C09FBD. Grayscale: #525252. Windows color (decimal): -12623806 or 4350015. OLE color: 4350015.

HSL color Cylindrical-coordinate representation of color #3F6042: hue angle of 125.45º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3F6042 is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB 63 96 66 -
CMYK 0.34 0 0.31 0.62
HSL 125.45º 0.21% 0.31% -
HSV(B) 125.45º 0.34% 0.38% -
XYZ 7.22 9.82 6.67 -
YUV 82.71 118.57 113.94 -
System Red Green Blue C M Y K H S L
Decimal 63 96 66 0.34 0 0.31 0.62 125.45 0.21 0.31
Hex 3F 60 42 22 0 1F 3E 7D 15 1F
Octal 77 140 102 42 0 37 76 175 25 37
Binary 111111 1100000 1000010 100010 0 11111 111110 1111101 10101 11111

Color Harmonies of #3F6042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6042

Black with #3F6042

Text Example


Text Example

White with #3F6042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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