#425540

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

Shades of Grey-Asparagus #425540

Tints of Grey-Asparagus #425540

Color information

#425540 (or 0x425540) is unknown color: approx Grey-Asparagus. HEX triplet: 42, 55 and 40. RGB value is (66,85,64). Sum of RGB (Red+Green+Blue) = 66+85+64=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 85 (33.59% from 255 or 39.53% from 215); Blue value is 64 (25.39% from 255 or 29.77% from 215); Max value from RGB is 85 - color contains mainly: green. Hex color #425540 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425540 is #BDAABF. Grayscale: #4C4C4C. Windows color (decimal): -12430016 or 4216130. OLE color: 4216130.

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

Color convert

RGB668564-
CMYK0.2200.250.67
HSL114.29º14.09%29.22%-
HSV(B)114.29º24.71%33.33%-
XYZ6.428.036.06-
YUV76.92120.71120.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.70%
GREEN value IS 85 (33.59% from 255) = 39.53%
BLUE value IS 64 (25.39% from 255) = 29.77%
R=30.70%
G=39.53%
B=29.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6685640.2200.250.67114.2914.0929.22
Hex425540160194372e1d
Octal102125100260311031621635
Binary1000010101010110000001011001100110000111110010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425540; }

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

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

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

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

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

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

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

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