Html Css Color HEX #426148 Hunter Green

📋 copy color: '#426148'

red 66 ◦ green 97 ◦ blue 72

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

Shades of Hunter Green #426148

Tints of Hunter Green #426148

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.28%

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

R = 28.09%
G = 41.28%
B = 30.64%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#426148 (or 0x426148) is known color: Hunter Green. HEX triplet: 42, 61 and 48. RGB value is (66,97,72). Sum of RGB (Red+Green+Blue) = 66+97+72=235 (31% of max value = 765). Red value is 66 (26.17% from 255 or 28.09% from 235); Green value is 97 (38.28% from 255 or 41.28% from 235); Blue value is 72 (28.52% from 255 or 30.64% from 235); Max value from RGB is 97 - color contains mainly: green. Hex color #426148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426148 is #BD9EB7. Grayscale: #545454. Windows color (decimal): -12426936 or 4743490. OLE color: 4743490.

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

Color convert

RGB 66 97 72 -
CMYK 0.32 0 0.26 0.62
HSL 131.61º 0.19% 0.32% -
HSV(B) 131.61º 0.32% 0.38% -
XYZ 7.69 10.18 7.69 -
YUV 84.88 120.73 114.53 -
System Red Green Blue C M Y K H S L
Decimal 66 97 72 0.32 0 0.26 0.62 131.61 0.19 0.32
Hex 42 61 48 20 0 1A 3E 84 13 20
Octal 102 141 110 40 0 32 76 204 23 40
Binary 1000010 1100001 1001000 100000 0 11010 111110 10000100 10011 100000

Color Harmonies of #426148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426148

Black with #426148

Text Example


Text Example

White with #426148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426148; }

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

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

background-color css

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

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

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

border-color css

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

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

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