#435043

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

Shades of Grey-Asparagus #435043

Tints of Grey-Asparagus #435043

Color information

#435043 (or 0x435043) is unknown color: approx Grey-Asparagus. HEX triplet: 43, 50 and 43. RGB value is (67,80,67). Sum of RGB (Red+Green+Blue) = 67+80+67=214 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.31% from 214); Green value is 80 (31.64% from 255 or 37.38% from 214); Blue value is 67 (26.56% from 255 or 31.31% from 214); Max value from RGB is 80 - color contains mainly: green. Hex color #435043 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #435043 is #BCAFBC. Grayscale: #4A4A4A. Windows color (decimal): -12365757 or 4411459. OLE color: 4411459.

HSL color Cylindrical-coordinate representation of color #435043: hue angle of 120º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #435043 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.69.

Color convert

RGB678067-
CMYK0.1600.160.69
HSL120º8.84%28.82%-
HSV(B)120º16.25%31.37%-
XYZ6.27.346.4-
YUV74.63123.69122.56-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.31%
GREEN value IS 80 (31.64% from 255) = 37.38%
BLUE value IS 67 (26.56% from 255) = 31.31%
R=31.31%
G=37.38%
B=31.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6780670.1600.160.691208.8428.82
Hex43504310010457891d
Octal103120103200201051701135
Binary1000011101000010000111000001000010001011111000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435043; }

 p { color: rgb(67,80,67); }

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

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

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

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

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

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

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