Html Css Color HEX #426B40 Grey-Asparagus

📋 copy color: '#426B40'

red 66 ◦ green 107 ◦ blue 64

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

Shades of Grey-Asparagus #426B40

Tints of Grey-Asparagus #426B40

RGB

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

 GREEN value IS 107 (42.19% from 255) = 45.15%

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

R = 27.85%
G = 45.15%
B = 27%

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

#426B40 (or 0x426B40) is known color: Grey-Asparagus. HEX triplet: 42, 6B and 40. RGB value is (66,107,64). Sum of RGB (Red+Green+Blue) = 66+107+64=237 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.85% from 237); Green value is 107 (42.19% from 255 or 45.15% from 237); Blue value is 64 (25.39% from 255 or 27.00% from 237); Max value from RGB is 107 - color contains mainly: green. Hex color #426B40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426B40 is #BD94BF. Grayscale: #595959. Windows color (decimal): -12424384 or 4221762. OLE color: 4221762.

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

Color convert

RGB 66 107 64 -
CMYK 0.38 0 0.40 0.58
HSL 117.21º 0.25% 0.34% -
HSV(B) 117.21º 0.4% 0.42% -
XYZ 8.43 12.04 6.73 -
YUV 89.84 113.42 111 -
System Red Green Blue C M Y K H S L
Decimal 66 107 64 0.38 0 0.40 0.58 117.21 0.25 0.34
Hex 42 6B 40 26 0 28 3A 75 19 22
Octal 102 153 100 46 0 50 72 165 31 42
Binary 1000010 1101011 1000000 100110 0 101000 111010 1110101 11001 100010

Color Harmonies of #426B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426B40

Black with #426B40

Text Example


Text Example

White with #426B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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