Html Css Color HEX #426944 Grey-Asparagus

📋 copy color: '#426944'

red 66 ◦ green 105 ◦ blue 68

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

Shades of Grey-Asparagus #426944

Tints of Grey-Asparagus #426944

RGB

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

 GREEN value IS 105 (41.41% from 255) = 43.93%

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

R = 27.62%
G = 43.93%
B = 28.45%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.35

 K value IS 0.59

RGB Variations

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

Color information

#426944 (or 0x426944) is known color: Grey-Asparagus. HEX triplet: 42, 69 and 44. RGB value is (66,105,68). Sum of RGB (Red+Green+Blue) = 66+105+68=239 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.62% from 239); Green value is 105 (41.41% from 255 or 43.93% from 239); Blue value is 68 (26.95% from 255 or 28.45% from 239); Max value from RGB is 105 - color contains mainly: green. Hex color #426944 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426944 is #BD96BB. Grayscale: #595959. Windows color (decimal): -12424892 or 4483394. OLE color: 4483394.

HSL color Cylindrical-coordinate representation of color #426944: hue angle of 123.08º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #426944 is Cyan = 0.37, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.59.

Color convert

RGB 66 105 68 -
CMYK 0.37 0 0.35 0.59
HSL 123.08º 0.23% 0.34% -
HSV(B) 123.08º 0.37% 0.41% -
XYZ 8.34 11.68 7.28 -
YUV 89.12 116.08 111.51 -
System Red Green Blue C M Y K H S L
Decimal 66 105 68 0.37 0 0.35 0.59 123.08 0.23 0.34
Hex 42 69 44 25 0 23 3B 7B 17 22
Octal 102 151 104 45 0 43 73 173 27 42
Binary 1000010 1101001 1000100 100101 0 100011 111011 1111011 10111 100010

Color Harmonies of #426944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426944

Black with #426944

Text Example


Text Example

White with #426944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426944; }

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

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

background-color css

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

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

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

border-color css

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

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

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