#425942

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

Shades of Grey-Asparagus #425942

Tints of Grey-Asparagus #425942

Color information

#425942 (or 0x425942) is unknown color: approx Grey-Asparagus. HEX triplet: 42, 59 and 42. RGB value is (66,89,66). Sum of RGB (Red+Green+Blue) = 66+89+66=221 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.86% from 221); Green value is 89 (35.16% from 255 or 40.27% from 221); Blue value is 66 (26.17% from 255 or 29.86% from 221); Max value from RGB is 89 - color contains mainly: green. Hex color #425942 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425942 is #BDA6BD. Grayscale: #4F4F4F. Windows color (decimal): -12428990 or 4348226. OLE color: 4348226.

HSL color Cylindrical-coordinate representation of color #425942: hue angle of 120º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #425942 is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB668966-
CMYK0.2600.260.65
HSL120º14.84%30.39%-
HSV(B)120º25.84%34.9%-
XYZ6.88.76.47-
YUV79.5120.38118.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.86%
GREEN value IS 89 (35.16% from 255) = 40.27%
BLUE value IS 66 (26.17% from 255) = 29.86%
R=29.86%
G=40.27%
B=29.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6689660.2600.260.6512014.8430.39
Hex4259421A01A4178f1e
Octal102131102320321011701736
Binary1000010101100110000101101001101010000011111000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425942; }

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

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

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

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

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

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

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

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