Html Css Color HEX #3F6646 Hunter Green

📋 copy color: '#3F6646'

red 63 ◦ green 102 ◦ blue 70

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

Shades of Hunter Green #3F6646

Tints of Hunter Green #3F6646

RGB

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

 GREEN value IS 102 (40.23% from 255) = 43.4%

 BLUE value IS 70 (27.73% from 255) = 29.79%

R = 26.81%
G = 43.4%
B = 29.79%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.31

 K value IS 0.6

RGB Variations

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

Color information

#3F6646 (or 0x3F6646) is known color: Hunter Green. HEX triplet: 3F, 66 and 46. RGB value is (63,102,70). Sum of RGB (Red+Green+Blue) = 63+102+70=235 (31% of max value = 765). Red value is 63 (25% from 255 or 26.81% from 235); Green value is 102 (40.23% from 255 or 43.40% from 235); Blue value is 70 (27.73% from 255 or 29.79% from 235); Max value from RGB is 102 - color contains mainly: green. Hex color #3F6646 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6646 is #C099B9. Grayscale: #565656. Windows color (decimal): -12622266 or 4613695. OLE color: 4613695.

HSL color Cylindrical-coordinate representation of color #3F6646: hue angle of 130.77º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3F6646 is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.6.

Color convert

RGB 63 102 70 -
CMYK 0.38 0 0.31 0.6
HSL 130.77º 0.24% 0.32% -
HSV(B) 130.77º 0.38% 0.4% -
XYZ 7.91 11 7.5 -
YUV 86.69 118.58 111.1 -
System Red Green Blue C M Y K H S L
Decimal 63 102 70 0.38 0 0.31 0.6 130.77 0.24 0.32
Hex 3F 66 46 26 0 1F 3C 83 18 20
Octal 77 146 106 46 0 37 74 203 30 40
Binary 111111 1100110 1000110 100110 0 11111 111100 10000011 11000 100000

Color Harmonies of #3F6646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6646

Black with #3F6646

Text Example


Text Example

White with #3F6646

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,102,70); }

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

background-color css

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

 a { background-color: rgb(63,102,70); }

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

border-color css

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

 span { border-color: rgb(63,102,70); }

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