Html Css Color HEX #426546 Hunter Green

📋 copy color: '#426546'

red 66 ◦ green 101 ◦ blue 70

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

Shades of Hunter Green #426546

Tints of Hunter Green #426546

RGB

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

 GREEN value IS 101 (39.84% from 255) = 42.62%

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

R = 27.85%
G = 42.62%
B = 29.54%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.31

 K value IS 0.60

RGB Variations

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

Color information

#426546 (or 0x426546) is known color: Hunter Green. HEX triplet: 42, 65 and 46. RGB value is (66,101,70). Sum of RGB (Red+Green+Blue) = 66+101+70=237 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.85% from 237); Green value is 101 (39.84% from 255 or 42.62% from 237); Blue value is 70 (27.73% from 255 or 29.54% from 237); Max value from RGB is 101 - color contains mainly: green. Hex color #426546 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426546 is #BD9AB9. Grayscale: #575757. Windows color (decimal): -12425914 or 4613442. OLE color: 4613442.

HSL color Cylindrical-coordinate representation of color #426546: hue angle of 126.86º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #426546 is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.60.

Color convert

RGB 66 101 70 -
CMYK 0.35 0 0.31 0.60
HSL 126.86º 0.21% 0.33% -
HSV(B) 126.86º 0.35% 0.4% -
XYZ 8.01 10.91 7.48 -
YUV 87 118.4 113.02 -
System Red Green Blue C M Y K H S L
Decimal 66 101 70 0.35 0 0.31 0.60 126.86 0.21 0.33
Hex 42 65 46 23 0 1F 3C 7F 15 21
Octal 102 145 106 43 0 37 74 177 25 41
Binary 1000010 1100101 1000110 100011 0 11111 111100 1111111 10101 100001

Color Harmonies of #426546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426546

Black with #426546

Text Example


Text Example

White with #426546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426546; }

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

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

background-color css

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

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

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

border-color css

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

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

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