Html Css Color HEX #435040 Grey-Asparagus

📋 copy color: '#435040'

red 67 ◦ green 80 ◦ blue 64

#435040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grey-Asparagus #435040

Tints of Grey-Asparagus #435040

RGB

 RED value IS 67 (26.56% from 255) = 31.75%

 GREEN value IS 80 (31.64% from 255) = 37.91%

 BLUE value IS 64 (25.39% from 255) = 30.33%

R = 31.75%
G = 37.91%
B = 30.33%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.20

 K value IS 0.69

RGB Variations

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

Color information

#435040 (or 0x435040) is known color: Grey-Asparagus. HEX triplet: 43, 50 and 40. RGB value is (67,80,64). Sum of RGB (Red+Green+Blue) = 67+80+64=211 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.75% from 211); Green value is 80 (31.64% from 255 or 37.91% from 211); Blue value is 64 (25.39% from 255 or 30.33% from 211); Max value from RGB is 80 - color contains mainly: green. Hex color #435040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #435040 is #BCAFBF. Grayscale: #4A4A4A. Windows color (decimal): -12365760 or 4214851. OLE color: 4214851.

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

Color convert

RGB 67 80 64 -
CMYK 0.16 0 0.20 0.69
HSL 108.75º 0.11% 0.28% -
HSV(B) 108.75º 0.2% 0.31% -
XYZ 6.11 7.3 5.94 -
YUV 74.29 122.19 122.8 -
System Red Green Blue C M Y K H S L
Decimal 67 80 64 0.16 0 0.20 0.69 108.75 0.11 0.28
Hex 43 50 40 10 0 14 45 6D B 1C
Octal 103 120 100 20 0 24 105 155 13 34
Binary 1000011 1010000 1000000 10000 0 10100 1000101 1101101 1011 11100

Color Harmonies of #435040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435040

Black with #435040

Text Example


Text Example

White with #435040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435040; }

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

 H1.HeaderClassName
 {
   color: #435040;
 }
 .AnyTagClassName
 {
   color: #435040;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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