Html Css Color HEX #3F6A42 Hunter Green

📋 copy color: '#3F6A42'

red 63 ◦ green 106 ◦ blue 66

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

Shades of Hunter Green #3F6A42

Tints of Hunter Green #3F6A42

RGB

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

 GREEN value IS 106 (41.8% from 255) = 45.11%

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

R = 26.81%
G = 45.11%
B = 28.09%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.38

 K value IS 0.58

RGB Variations

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

Color information

#3F6A42 (or 0x3F6A42) is known color: Hunter Green. HEX triplet: 3F, 6A and 42. RGB value is (63,106,66). Sum of RGB (Red+Green+Blue) = 63+106+66=235 (31% of max value = 765). Red value is 63 (25% from 255 or 26.81% from 235); Green value is 106 (41.80% from 255 or 45.11% from 235); Blue value is 66 (26.17% from 255 or 28.09% from 235); Max value from RGB is 106 - color contains mainly: green. Hex color #3F6A42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6A42 is #C095BD. Grayscale: #585858. Windows color (decimal): -12621246 or 4352575. OLE color: 4352575.

HSL color Cylindrical-coordinate representation of color #3F6A42: hue angle of 124.19º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3F6A42 is Cyan = 0.41, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.58.

Color convert

RGB 63 106 66 -
CMYK 0.41 0 0.38 0.58
HSL 124.19º 0.25% 0.33% -
HSV(B) 124.19º 0.41% 0.42% -
XYZ 8.19 11.76 6.99 -
YUV 88.58 115.25 109.75 -
System Red Green Blue C M Y K H S L
Decimal 63 106 66 0.41 0 0.38 0.58 124.19 0.25 0.33
Hex 3F 6A 42 29 0 26 3A 7C 19 21
Octal 77 152 102 51 0 46 72 174 31 41
Binary 111111 1101010 1000010 101001 0 100110 111010 1111100 11001 100001

Color Harmonies of #3F6A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6A42

Black with #3F6A42

Text Example


Text Example

White with #3F6A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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