Html Css Color HEX #426047 Hunter Green

📋 copy color: '#426047'

red 66 ◦ green 96 ◦ blue 71

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

Shades of Hunter Green #426047

Tints of Hunter Green #426047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 30.47%

R = 28.33%
G = 41.2%
B = 30.47%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#426047 (or 0x426047) is known color: Hunter Green. HEX triplet: 42, 60 and 47. RGB value is (66,96,71). Sum of RGB (Red+Green+Blue) = 66+96+71=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 96 (37.89% from 255 or 41.20% from 233); Blue value is 71 (28.12% from 255 or 30.47% from 233); Max value from RGB is 96 - color contains mainly: green. Hex color #426047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426047 is #BD9FB8. Grayscale: #545454. Windows color (decimal): -12427193 or 4677698. OLE color: 4677698.

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

Color convert

RGB 66 96 71 -
CMYK 0.31 0 0.26 0.62
HSL 130º 0.19% 0.32% -
HSV(B) 130º 0.31% 0.38% -
XYZ 7.57 9.98 7.49 -
YUV 84.18 120.56 115.03 -
System Red Green Blue C M Y K H S L
Decimal 66 96 71 0.31 0 0.26 0.62 130 0.19 0.32
Hex 42 60 47 1F 0 1A 3E 82 13 20
Octal 102 140 107 37 0 32 76 202 23 40
Binary 1000010 1100000 1000111 11111 0 11010 111110 10000010 10011 100000

Color Harmonies of #426047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426047

Black with #426047

Text Example


Text Example

White with #426047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426047; }

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

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

background-color css

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

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

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

border-color css

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

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

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