#425545

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

Shades of Grey-Asparagus #425545

Tints of Grey-Asparagus #425545

Color information

#425545 (or 0x425545) is unknown color: approx Grey-Asparagus. HEX triplet: 42, 55 and 45. RGB value is (66,85,69). Sum of RGB (Red+Green+Blue) = 66+85+69=220 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30% from 220); Green value is 85 (33.59% from 255 or 38.64% from 220); Blue value is 69 (27.34% from 255 or 31.36% from 220); Max value from RGB is 85 - color contains mainly: green. Hex color #425545 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425545 is #BDAABA. Grayscale: #4D4D4D. Windows color (decimal): -12430011 or 4543810. OLE color: 4543810.

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

Color convert

RGB668569-
CMYK0.2200.190.67
HSL129.47º12.58%29.61%-
HSV(B)129.47º22.35%33.33%-
XYZ6.578.086.84-
YUV77.49123.21119.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30%
GREEN value IS 85 (33.59% from 255) = 38.64%
BLUE value IS 69 (27.34% from 255) = 31.36%
R=30%
G=38.64%
B=31.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6685690.2200.190.67129.4712.5829.61
Hex425545160134381d1e
Octal102125105260231032011536
Binary10000101010101100010110110010011100001110000001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425545; }

 p { color: rgb(66,85,69); }

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

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

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

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

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

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

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