#425541

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

Shades of Grey-Asparagus #425541

Tints of Grey-Asparagus #425541

Color information

#425541 (or 0x425541) is unknown color: approx Grey-Asparagus. HEX triplet: 42, 55 and 41. RGB value is (66,85,65). Sum of RGB (Red+Green+Blue) = 66+85+65=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 85 (33.59% from 255 or 39.35% from 216); Blue value is 65 (25.78% from 255 or 30.09% from 216); Max value from RGB is 85 - color contains mainly: green. Hex color #425541 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425541 is #BDAABE. Grayscale: #4D4D4D. Windows color (decimal): -12430015 or 4281666. OLE color: 4281666.

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

Color convert

RGB668565-
CMYK0.2200.240.67
HSL117º13.33%29.41%-
HSV(B)117º23.53%33.33%-
XYZ6.458.046.21-
YUV77.04121.21120.13-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.56%
GREEN value IS 85 (33.59% from 255) = 39.35%
BLUE value IS 65 (25.78% from 255) = 30.09%
R=30.56%
G=39.35%
B=30.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6685650.2200.240.6711713.3329.41
Hex425541160184375d1d
Octal102125101260301031651535
Binary1000010101010110000011011001100010000111110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425541; }

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

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

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

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

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

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

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

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