#435240

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

Shades of Grey-Asparagus #435240

Tints of Grey-Asparagus #435240

Color information

#435240 (or 0x435240) is unknown color: approx Grey-Asparagus. HEX triplet: 43, 52 and 40. RGB value is (67,82,64). Sum of RGB (Red+Green+Blue) = 67+82+64=213 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.46% from 213); Green value is 82 (32.42% from 255 or 38.50% from 213); Blue value is 64 (25.39% from 255 or 30.05% from 213); Max value from RGB is 82 - color contains mainly: green. Hex color #435240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #435240 is #BCADBF. Grayscale: #4B4B4B. Windows color (decimal): -12365248 or 4215363. OLE color: 4215363.

HSL color Cylindrical-coordinate representation of color #435240: hue angle of 110º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #435240 is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB678264-
CMYK0.1800.220.68
HSL110º12.33%28.63%-
HSV(B)110º21.95%32.16%-
XYZ6.267.65.99-
YUV75.46121.53121.96-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.46%
GREEN value IS 82 (32.42% from 255) = 38.50%
BLUE value IS 64 (25.39% from 255) = 30.05%
R=31.46%
G=38.50%
B=30.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6782640.1800.220.6811012.3328.63
Hex43524012016446ec1d
Octal103122100220261041561435
Binary1000011101001010000001001001011010001001101110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435240; }

 p { color: rgb(67,82,64); }

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

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

 a { background-color: rgb(67,82,64); }

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

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

 span { border-color: rgb(67,82,64); }

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