#42523F

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

Shades of Grey-Asparagus #42523F

Tints of Grey-Asparagus #42523F

Color information

#42523F (or 0x42523F) is unknown color: approx Grey-Asparagus. HEX triplet: 42, 52 and 3F. RGB value is (66,82,63). Sum of RGB (Red+Green+Blue) = 66+82+63=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 82 (32.42% from 255 or 38.86% from 211); Blue value is 63 (25% from 255 or 29.86% from 211); Max value from RGB is 82 - color contains mainly: green. Hex color #42523F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42523F is #BDADC0. Grayscale: #4B4B4B. Windows color (decimal): -12430785 or 4149826. OLE color: 4149826.

HSL color Cylindrical-coordinate representation of color #42523F: hue angle of 110.53º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #42523F is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB668263-
CMYK0.2000.230.68
HSL110.53º13.1%28.43%-
HSV(B)110.53º23.17%32.16%-
XYZ6.167.555.84-
YUV75.05121.2121.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.28%
GREEN value IS 82 (32.42% from 255) = 38.86%
BLUE value IS 63 (25% from 255) = 29.86%
R=31.28%
G=38.86%
B=29.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6682630.2000.230.68110.5313.128.43
Hex42523F14017446fd1c
Octal10212277240271041571534
Binary100001010100101111111010001011110001001101111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42523F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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