#425344

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

Shades of Grey-Asparagus #425344

Tints of Grey-Asparagus #425344

Color information

#425344 (or 0x425344) is unknown color: approx Grey-Asparagus. HEX triplet: 42, 53 and 44. RGB value is (66,83,68). Sum of RGB (Red+Green+Blue) = 66+83+68=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 83 (32.81% from 255 or 38.25% from 217); Blue value is 68 (26.95% from 255 or 31.34% from 217); Max value from RGB is 83 - color contains mainly: green. Hex color #425344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425344 is #BDACBB. Grayscale: #4C4C4C. Windows color (decimal): -12430524 or 4477762. OLE color: 4477762.

HSL color Cylindrical-coordinate representation of color #425344: hue angle of 127.06º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #425344 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB668368-
CMYK0.2000.180.67
HSL127.06º11.41%29.22%-
HSV(B)127.06º20.48%32.55%-
XYZ6.387.766.63-
YUV76.21123.37120.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.41%
GREEN value IS 83 (32.81% from 255) = 38.25%
BLUE value IS 68 (26.95% from 255) = 31.34%
R=30.41%
G=38.25%
B=31.34%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6683680.2000.180.67127.0611.4129.22
Hex42534414012437fb1d
Octal102123104240221031771335
Binary1000010101001110001001010001001010000111111111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425344; }

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

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

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

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

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

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

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

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