#425D42

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

Shades of Grey-Asparagus #425D42

Tints of Grey-Asparagus #425D42

Color information

#425D42 (or 0x425D42) is unknown color: approx Grey-Asparagus. HEX triplet: 42, 5D and 42. RGB value is (66,93,66). Sum of RGB (Red+Green+Blue) = 66+93+66=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 93 (36.72% from 255 or 41.33% from 225); Blue value is 66 (26.17% from 255 or 29.33% from 225); Max value from RGB is 93 - color contains mainly: green. Hex color #425D42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425D42 is #BDA2BD. Grayscale: #515151. Windows color (decimal): -12427966 or 4349250. OLE color: 4349250.

HSL color Cylindrical-coordinate representation of color #425D42: hue angle of 120º 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 #425D42 is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.

Color convert

RGB669366-
CMYK0.2900.290.64
HSL120º16.98%31.18%-
HSV(B)120º29.03%36.47%-
XYZ7.149.386.59-
YUV81.85119.05116.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.33%
GREEN value IS 93 (36.72% from 255) = 41.33%
BLUE value IS 66 (26.17% from 255) = 29.33%
R=29.33%
G=41.33%
B=29.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6693660.2900.290.6412016.9831.18
Hex425D421D01D4078111f
Octal102135102350351001702137
Binary10000101011101100001011101011101100000011110001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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