#42533F

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

Shades of Grey-Asparagus #42533F

Tints of Grey-Asparagus #42533F

Color information

#42533F (or 0x42533F) is unknown color: approx Grey-Asparagus. HEX triplet: 42, 53 and 3F. RGB value is (66,83,63). Sum of RGB (Red+Green+Blue) = 66+83+63=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 63 (25% from 255 or 29.72% from 212); Max value from RGB is 83 - color contains mainly: green. Hex color #42533F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42533F is #BDACC0. Grayscale: #4B4B4B. Windows color (decimal): -12430529 or 4150082. OLE color: 4150082.

HSL color Cylindrical-coordinate representation of color #42533F: hue angle of 111º degrees, saturation: 0.14, 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 #42533F is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB668363-
CMYK0.2000.240.67
HSL111º13.7%28.63%-
HSV(B)111º24.1%32.55%-
XYZ6.247.75.86-
YUV75.64120.87121.13-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.13%
GREEN value IS 83 (32.81% from 255) = 39.15%
BLUE value IS 63 (25% from 255) = 29.72%
R=31.13%
G=39.15%
B=29.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6683630.2000.240.6711113.728.63
Hex42533F14018436fe1d
Octal10212377240301031571635
Binary100001010100111111111010001100010000111101111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42533F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42533F; }

 p { color: rgb(66,83,63); }

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

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

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

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

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

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

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