Html Css Color HEX #426140 Grey-Asparagus

📋 copy color: '#426140'

red 66 ◦ green 97 ◦ blue 64

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

Shades of Grey-Asparagus #426140

Tints of Grey-Asparagus #426140

RGB

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

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

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

R = 29.07%
G = 42.73%
B = 28.19%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#426140 (or 0x426140) is known color: Grey-Asparagus. HEX triplet: 42, 61 and 40. RGB value is (66,97,64). Sum of RGB (Red+Green+Blue) = 66+97+64=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 97 (38.28% from 255 or 42.73% from 227); Blue value is 64 (25.39% from 255 or 28.19% from 227); Max value from RGB is 97 - color contains mainly: green. Hex color #426140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426140 is #BD9EBF. Grayscale: #545454. Windows color (decimal): -12426944 or 4219202. OLE color: 4219202.

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

Color convert

RGB 66 97 64 -
CMYK 0.32 0 0.34 0.62
HSL 116.36º 0.2% 0.32% -
HSV(B) 116.36º 0.34% 0.38% -
XYZ 7.45 10.08 6.4 -
YUV 83.97 116.73 115.18 -
System Red Green Blue C M Y K H S L
Decimal 66 97 64 0.32 0 0.34 0.62 116.36 0.2 0.32
Hex 42 61 40 20 0 22 3E 74 14 20
Octal 102 141 100 40 0 42 76 164 24 40
Binary 1000010 1100001 1000000 100000 0 100010 111110 1110100 10100 100000

Color Harmonies of #426140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426140

Black with #426140

Text Example


Text Example

White with #426140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426140; }

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

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

background-color css

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

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

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

border-color css

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

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

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