#42553D

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

Shades of Grey-Asparagus #42553D

Tints of Grey-Asparagus #42553D

Color information

#42553D (or 0x42553D) is unknown color: approx Grey-Asparagus. HEX triplet: 42, 55 and 3D. RGB value is (66,85,61). Sum of RGB (Red+Green+Blue) = 66+85+61=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 85 (33.59% from 255 or 40.09% from 212); Blue value is 61 (24.22% from 255 or 28.77% from 212); Max value from RGB is 85 - color contains mainly: green. Hex color #42553D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42553D is #BDAAC2. Grayscale: #4C4C4C. Windows color (decimal): -12430019 or 4019522. OLE color: 4019522.

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

Color convert

RGB668561-
CMYK0.2200.280.67
HSL107.5º16.44%28.63%-
HSV(B)107.5º28.24%33.33%-
XYZ6.347.995.62-
YUV76.58119.21120.45-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.13%
GREEN value IS 85 (33.59% from 255) = 40.09%
BLUE value IS 61 (24.22% from 255) = 28.77%
R=31.13%
G=40.09%
B=28.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6685610.2200.280.67107.516.4428.63
Hex42553D1601C436b101d
Octal10212575260341031532035
Binary1000010101010111110110110011100100001111010111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42553D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42553D; }

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

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

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

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

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

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

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

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