Html Css Color HEX #426346 Hunter Green

📋 copy color: '#426346'

red 66 ◦ green 99 ◦ blue 70

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

Shades of Hunter Green #426346

Tints of Hunter Green #426346

RGB

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

 GREEN value IS 99 (39.06% from 255) = 42.13%

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

R = 28.09%
G = 42.13%
B = 29.79%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.29

 K value IS 0.61

RGB Variations

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

Color information

#426346 (or 0x426346) is known color: Hunter Green. HEX triplet: 42, 63 and 46. RGB value is (66,99,70). Sum of RGB (Red+Green+Blue) = 66+99+70=235 (31% of max value = 765). Red value is 66 (26.17% from 255 or 28.09% from 235); Green value is 99 (39.06% from 255 or 42.13% from 235); Blue value is 70 (27.73% from 255 or 29.79% from 235); Max value from RGB is 99 - color contains mainly: green. Hex color #426346 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426346 is #BD9CB9. Grayscale: #555555. Windows color (decimal): -12426426 or 4612930. OLE color: 4612930.

HSL color Cylindrical-coordinate representation of color #426346: hue angle of 127.27º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #426346 is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.61.

Color convert

RGB 66 99 70 -
CMYK 0.33 0 0.29 0.61
HSL 127.27º 0.2% 0.32% -
HSV(B) 127.27º 0.33% 0.39% -
XYZ 7.81 10.52 7.41 -
YUV 85.83 119.07 113.86 -
System Red Green Blue C M Y K H S L
Decimal 66 99 70 0.33 0 0.29 0.61 127.27 0.2 0.32
Hex 42 63 46 21 0 1D 3D 7F 14 20
Octal 102 143 106 41 0 35 75 177 24 40
Binary 1000010 1100011 1000110 100001 0 11101 111101 1111111 10100 100000

Color Harmonies of #426346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426346

Black with #426346

Text Example


Text Example

White with #426346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426346; }

 p { color: rgb(66,99,70); }

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

background-color css

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

 a { background-color: rgb(66,99,70); }

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

border-color css

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

 span { border-color: rgb(66,99,70); }

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