Html Css Color HEX #426A40 Grey-Asparagus

📋 copy color: '#426A40'

red 66 ◦ green 106 ◦ blue 64

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

Shades of Grey-Asparagus #426A40

Tints of Grey-Asparagus #426A40

RGB

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

 GREEN value IS 106 (41.8% from 255) = 44.92%

 BLUE value IS 64 (25.39% from 255) = 27.12%

R = 27.97%
G = 44.92%
B = 27.12%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.40

 K value IS 0.58

RGB Variations

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

Color information

#426A40 (or 0x426A40) is known color: Grey-Asparagus. HEX triplet: 42, 6A and 40. RGB value is (66,106,64). Sum of RGB (Red+Green+Blue) = 66+106+64=236 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.97% from 236); Green value is 106 (41.80% from 255 or 44.92% from 236); Blue value is 64 (25.39% from 255 or 27.12% from 236); Max value from RGB is 106 - color contains mainly: green. Hex color #426A40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426A40 is #BD95BF. Grayscale: #595959. Windows color (decimal): -12424640 or 4221506. OLE color: 4221506.

HSL color Cylindrical-coordinate representation of color #426A40: hue angle of 117.14º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #426A40 is Cyan = 0.38, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.58.

Color convert

RGB 66 106 64 -
CMYK 0.38 0 0.40 0.58
HSL 117.14º 0.25% 0.33% -
HSV(B) 117.14º 0.4% 0.42% -
XYZ 8.33 11.84 6.7 -
YUV 89.25 113.75 111.42 -
System Red Green Blue C M Y K H S L
Decimal 66 106 64 0.38 0 0.40 0.58 117.14 0.25 0.33
Hex 42 6A 40 26 0 28 3A 75 19 21
Octal 102 152 100 46 0 50 72 165 31 41
Binary 1000010 1101010 1000000 100110 0 101000 111010 1110101 11001 100001

Color Harmonies of #426A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426A40

Black with #426A40

Text Example


Text Example

White with #426A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426A40; }

 p { color: rgb(66,106,64); }

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

background-color css

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

 a { background-color: rgb(66,106,64); }

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

border-color css

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

 span { border-color: rgb(66,106,64); }

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