Html Css Color HEX #426048 Hunter Green

📋 copy color: '#426048'

red 66 ◦ green 96 ◦ blue 72

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

Shades of Hunter Green #426048

Tints of Hunter Green #426048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 30.77%

R = 28.21%
G = 41.03%
B = 30.77%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#426048 (or 0x426048) is known color: Hunter Green. HEX triplet: 42, 60 and 48. RGB value is (66,96,72). Sum of RGB (Red+Green+Blue) = 66+96+72=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 96 (37.89% from 255 or 41.03% from 234); Blue value is 72 (28.52% from 255 or 30.77% from 234); Max value from RGB is 96 - color contains mainly: green. Hex color #426048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426048 is #BD9FB7. Grayscale: #545454. Windows color (decimal): -12427192 or 4743234. OLE color: 4743234.

HSL color Cylindrical-coordinate representation of color #426048: hue angle of 132º 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 #426048 is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 96 72 -
CMYK 0.31 0 0.25 0.62
HSL 132º 0.19% 0.32% -
HSV(B) 132º 0.31% 0.38% -
XYZ 7.6 9.99 7.66 -
YUV 84.29 121.06 114.95 -
System Red Green Blue C M Y K H S L
Decimal 66 96 72 0.31 0 0.25 0.62 132 0.19 0.32
Hex 42 60 48 1F 0 19 3E 84 13 20
Octal 102 140 110 37 0 31 76 204 23 40
Binary 1000010 1100000 1001000 11111 0 11001 111110 10000100 10011 100000

Color Harmonies of #426048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426048

Black with #426048

Text Example


Text Example

White with #426048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426048; }

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

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

background-color css

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

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

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

border-color css

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

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

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