#425444

Color #425444 Grey-Asparagus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey-Asparagus #425444

Tints of Grey-Asparagus #425444

Color information

#425444 (or 0x425444) is unknown color: approx Grey-Asparagus. HEX triplet: 42, 54 and 44. RGB value is (66,84,68). Sum of RGB (Red+Green+Blue) = 66+84+68=218 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.28% from 218); Green value is 84 (33.20% from 255 or 38.53% from 218); Blue value is 68 (26.95% from 255 or 31.19% from 218); Max value from RGB is 84 - color contains mainly: green. Hex color #425444 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425444 is #BDABBB. Grayscale: #4C4C4C. Windows color (decimal): -12430268 or 4478018. OLE color: 4478018.

HSL color Cylindrical-coordinate representation of color #425444: hue angle of 126.67º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #425444 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB668468-
CMYK0.2100.190.67
HSL126.67º12%29.41%-
HSV(B)126.67º21.43%32.94%-
XYZ6.467.926.66-
YUV76.79123.04120.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.28%
GREEN value IS 84 (33.20% from 255) = 38.53%
BLUE value IS 68 (26.95% from 255) = 31.19%
R=30.28%
G=38.53%
B=31.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6684680.2100.190.67126.671229.41
Hex42544415013437fc1d
Octal102124104250231031771435
Binary1000010101010010001001010101001110000111111111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425444; }

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

 H1.HeaderClassName
 {
   color: #425444;
 }
 .AnyTagClassName
 {
   color: #425444;
 }
</style>
background-color css

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

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

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

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

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

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