#435F42

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

Shades of Grey-Asparagus #435F42

Tints of Grey-Asparagus #435F42

Color information

#435F42 (or 0x435F42) is unknown color: approx Grey-Asparagus. HEX triplet: 43, 5F and 42. RGB value is (67,95,66). Sum of RGB (Red+Green+Blue) = 67+95+66=228 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.39% from 228); Green value is 95 (37.5% from 255 or 41.67% from 228); Blue value is 66 (26.17% from 255 or 28.95% from 228); Max value from RGB is 95 - color contains mainly: green. Hex color #435F42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #435F42 is #BCA0BD. Grayscale: #535353. Windows color (decimal): -12361918 or 4349763. OLE color: 4349763.

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

Color convert

RGB679566-
CMYK0.2900.310.63
HSL117.93º18.01%31.57%-
HSV(B)117.93º30.53%37.25%-
XYZ7.399.776.65-
YUV83.32118.22116.36-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.39%
GREEN value IS 95 (37.5% from 255) = 41.67%
BLUE value IS 66 (26.17% from 255) = 28.95%
R=29.39%
G=41.67%
B=28.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6795660.2900.310.63117.9318.0131.57
Hex435F421D01F3F761220
Octal10313710235037771662240
Binary10000111011111100001011101011111111111111011010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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