#425D43

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

Shades of Grey-Asparagus #425D43

Tints of Grey-Asparagus #425D43

Color information

#425D43 (or 0x425D43) is unknown color: approx Grey-Asparagus. HEX triplet: 42, 5D and 43. RGB value is (66,93,67). Sum of RGB (Red+Green+Blue) = 66+93+67=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 93 (36.72% from 255 or 41.15% from 226); Blue value is 67 (26.56% from 255 or 29.65% from 226); Max value from RGB is 93 - color contains mainly: green. Hex color #425D43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425D43 is #BDA2BC. Grayscale: #525252. Windows color (decimal): -12427965 or 4414786. OLE color: 4414786.

HSL color Cylindrical-coordinate representation of color #425D43: hue angle of 122.22º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #425D43 is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.64.

Color convert

RGB669367-
CMYK0.2900.280.64
HSL122.22º16.98%31.18%-
HSV(B)122.22º29.03%36.47%-
XYZ7.179.396.74-
YUV81.96119.55116.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.20%
GREEN value IS 93 (36.72% from 255) = 41.15%
BLUE value IS 67 (26.56% from 255) = 29.65%
R=29.20%
G=41.15%
B=29.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6693670.2900.280.64122.2216.9831.18
Hex425D431D01C407a111f
Octal102135103350341001722137
Binary10000101011101100001111101011100100000011110101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425D43; }

 p { color: rgb(66,93,67); }

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

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

 a { background-color: rgb(66,93,67); }

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

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

 span { border-color: rgb(66,93,67); }

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