#435F45

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

Shades of Grey-Asparagus #435F45

Tints of Grey-Asparagus #435F45

Color information

#435F45 (or 0x435F45) is unknown color: approx Grey-Asparagus. HEX triplet: 43, 5F and 45. RGB value is (67,95,69). Sum of RGB (Red+Green+Blue) = 67+95+69=231 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.00% from 231); Green value is 95 (37.5% from 255 or 41.13% from 231); Blue value is 69 (27.34% from 255 or 29.87% from 231); Max value from RGB is 95 - color contains mainly: green. Hex color #435F45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #435F45 is #BCA0BA. Grayscale: #535353. Windows color (decimal): -12361915 or 4546371. OLE color: 4546371.

HSL color Cylindrical-coordinate representation of color #435F45: hue angle of 124.29º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #435F45 is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.63.

Color convert

RGB679569-
CMYK0.2900.270.63
HSL124.29º17.28%31.76%-
HSV(B)124.29º29.47%37.25%-
XYZ7.489.817.13-
YUV83.66119.72116.11-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.00%
GREEN value IS 95 (37.5% from 255) = 41.13%
BLUE value IS 69 (27.34% from 255) = 29.87%
R=29.00%
G=41.13%
B=29.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6795690.2900.270.63124.2917.2831.76
Hex435F451D01B3F7c1120
Octal10313710535033771742140
Binary10000111011111100010111101011011111111111110010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435F45; }

 p { color: rgb(67,95,69); }

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

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

 a { background-color: rgb(67,95,69); }

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

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

 span { border-color: rgb(67,95,69); }

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