Html Css Color HEX #426244 Grey-Asparagus

📋 copy color: '#426244'

red 66 ◦ green 98 ◦ blue 68

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

Shades of Grey-Asparagus #426244

Tints of Grey-Asparagus #426244

RGB

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

 GREEN value IS 98 (38.67% from 255) = 42.24%

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

R = 28.45%
G = 42.24%
B = 29.31%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#426244 (or 0x426244) is known color: Grey-Asparagus. HEX triplet: 42, 62 and 44. RGB value is (66,98,68). Sum of RGB (Red+Green+Blue) = 66+98+68=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 98 (38.67% from 255 or 42.24% from 232); Blue value is 68 (26.95% from 255 or 29.31% from 232); Max value from RGB is 98 - color contains mainly: green. Hex color #426244 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426244 is #BD9DBB. Grayscale: #555555. Windows color (decimal): -12426684 or 4481602. OLE color: 4481602.

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

Color convert

RGB 66 98 68 -
CMYK 0.33 0 0.31 0.62
HSL 123.75º 0.2% 0.32% -
HSV(B) 123.75º 0.33% 0.38% -
XYZ 7.66 10.31 7.06 -
YUV 85.01 118.4 114.44 -
System Red Green Blue C M Y K H S L
Decimal 66 98 68 0.33 0 0.31 0.62 123.75 0.2 0.32
Hex 42 62 44 21 0 1F 3E 7C 14 20
Octal 102 142 104 41 0 37 76 174 24 40
Binary 1000010 1100010 1000100 100001 0 11111 111110 1111100 10100 100000

Color Harmonies of #426244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426244

Black with #426244

Text Example


Text Example

White with #426244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426244; }

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

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

background-color css

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

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

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

border-color css

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

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

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