Html Css Color HEX #435042 Grey-Asparagus

📋 copy color: '#435042'

red 67 ◦ green 80 ◦ blue 66

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

Shades of Grey-Asparagus #435042

Tints of Grey-Asparagus #435042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 30.99%

R = 31.46%
G = 37.56%
B = 30.99%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.17

 K value IS 0.69

RGB Variations

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

Color information

#435042 (or 0x435042) is known color: Grey-Asparagus. HEX triplet: 43, 50 and 42. RGB value is (67,80,66). Sum of RGB (Red+Green+Blue) = 67+80+66=213 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.46% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 66 (26.17% from 255 or 30.99% from 213); Max value from RGB is 80 - color contains mainly: green. Hex color #435042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #435042 is #BCAFBD. Grayscale: #4A4A4A. Windows color (decimal): -12365758 or 4345923. OLE color: 4345923.

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

Color convert

RGB 67 80 66 -
CMYK 0.16 0 0.17 0.69
HSL 115.71º 0.1% 0.29% -
HSV(B) 115.71º 0.18% 0.31% -
XYZ 6.17 7.32 6.24 -
YUV 74.52 123.19 122.64 -
System Red Green Blue C M Y K H S L
Decimal 67 80 66 0.16 0 0.17 0.69 115.71 0.1 0.29
Hex 43 50 42 10 0 11 45 74 A 1D
Octal 103 120 102 20 0 21 105 164 12 35
Binary 1000011 1010000 1000010 10000 0 10001 1000101 1110100 1010 11101

Color Harmonies of #435042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #435042

Black with #435042

Text Example


Text Example

White with #435042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #435042; }

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

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

background-color css

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

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

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

border-color css

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

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

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