#425A3D

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

Shades of Grey-Asparagus #425A3D

Tints of Grey-Asparagus #425A3D

Color information

#425A3D (or 0x425A3D) is unknown color: approx Grey-Asparagus. HEX triplet: 42, 5A and 3D. RGB value is (66,90,61). Sum of RGB (Red+Green+Blue) = 66+90+61=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 90 (35.55% from 255 or 41.47% from 217); Blue value is 61 (24.22% from 255 or 28.11% from 217); Max value from RGB is 90 - color contains mainly: green. Hex color #425A3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425A3D is #BDA5C2. Grayscale: #4F4F4F. Windows color (decimal): -12428739 or 4020802. OLE color: 4020802.

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

Color convert

RGB669061-
CMYK0.2700.320.65
HSL109.66º19.21%29.61%-
HSV(B)109.66º32.22%35.29%-
XYZ6.758.815.76-
YUV79.52117.55118.36-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.41%
GREEN value IS 90 (35.55% from 255) = 41.47%
BLUE value IS 61 (24.22% from 255) = 28.11%
R=30.41%
G=41.47%
B=28.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6690610.2700.320.65109.6619.2129.61
Hex425A3D1B020416e131e
Octal10213275330401011562336
Binary10000101011010111101110110100000100000111011101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425A3D; }

 p { color: rgb(66,90,61); }

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

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

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

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

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

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

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