#425441

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

Shades of Grey-Asparagus #425441

Tints of Grey-Asparagus #425441

Color information

#425441 (or 0x425441) is unknown color: approx Grey-Asparagus. HEX triplet: 42, 54 and 41. RGB value is (66,84,65). Sum of RGB (Red+Green+Blue) = 66+84+65=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 84 (33.20% from 255 or 39.07% from 215); Blue value is 65 (25.78% from 255 or 30.23% from 215); Max value from RGB is 84 - color contains mainly: green. Hex color #425441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425441 is #BDABBE. Grayscale: #4C4C4C. Windows color (decimal): -12430271 or 4281410. OLE color: 4281410.

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

Color convert

RGB668465-
CMYK0.2100.230.67
HSL116.84º12.75%29.22%-
HSV(B)116.84º22.62%32.94%-
XYZ6.377.886.19-
YUV76.45121.54120.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.70%
GREEN value IS 84 (33.20% from 255) = 39.07%
BLUE value IS 65 (25.78% from 255) = 30.23%
R=30.70%
G=39.07%
B=30.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6684650.2100.230.67116.8412.7529.22
Hex425441150174375d1d
Octal102124101250271031651535
Binary1000010101010010000011010101011110000111110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425441; }

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

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

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

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

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

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

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

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