Html Css Color HEX #426144 Grey-Asparagus

📋 copy color: '#426144'

red 66 ◦ green 97 ◦ blue 68

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

Shades of Grey-Asparagus #426144

Tints of Grey-Asparagus #426144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 29.44%

R = 28.57%
G = 41.99%
B = 29.44%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#426144 (or 0x426144) is known color: Grey-Asparagus. HEX triplet: 42, 61 and 44. RGB value is (66,97,68). Sum of RGB (Red+Green+Blue) = 66+97+68=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 97 (38.28% from 255 or 41.99% from 231); Blue value is 68 (26.95% from 255 or 29.44% from 231); Max value from RGB is 97 - color contains mainly: green. Hex color #426144 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426144 is #BD9EBB. Grayscale: #545454. Windows color (decimal): -12426940 or 4481346. OLE color: 4481346.

HSL color Cylindrical-coordinate representation of color #426144: hue angle of 123.87º 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 #426144 is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 97 68 -
CMYK 0.32 0 0.30 0.62
HSL 123.87º 0.19% 0.32% -
HSV(B) 123.87º 0.32% 0.38% -
XYZ 7.56 10.13 7.02 -
YUV 84.43 118.73 114.86 -
System Red Green Blue C M Y K H S L
Decimal 66 97 68 0.32 0 0.30 0.62 123.87 0.19 0.32
Hex 42 61 44 20 0 1E 3E 7C 13 20
Octal 102 141 104 40 0 36 76 174 23 40
Binary 1000010 1100001 1000100 100000 0 11110 111110 1111100 10011 100000

Color Harmonies of #426144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426144

Black with #426144

Text Example


Text Example

White with #426144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426144; }

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

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

background-color css

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

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

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

border-color css

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

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

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