Html Css Color HEX #434D42 Grey-Asparagus

📋 copy color: '#434D42'

red 67 ◦ green 77 ◦ blue 66

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

Shades of Grey-Asparagus #434D42

Tints of Grey-Asparagus #434D42

RGB

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

 GREEN value IS 77 (30.47% from 255) = 36.67%

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

R = 31.9%
G = 36.67%
B = 31.43%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.14

 K value IS 0.70

RGB Variations

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

Color information

#434D42 (or 0x434D42) is known color: Grey-Asparagus. HEX triplet: 43, 4D and 42. RGB value is (67,77,66). Sum of RGB (Red+Green+Blue) = 67+77+66=210 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.90% from 210); Green value is 77 (30.47% from 255 or 36.67% from 210); Blue value is 66 (26.17% from 255 or 31.43% from 210); Max value from RGB is 77 - color contains mainly: green. Hex color #434D42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #434D42 is #BCB2BD. Grayscale: #484848. Windows color (decimal): -12366526 or 4345155. OLE color: 4345155.

HSL color Cylindrical-coordinate representation of color #434D42: hue angle of 114.55º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #434D42 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.70.

Color convert

RGB 67 77 66 -
CMYK 0.13 0 0.14 0.70
HSL 114.55º 0.08% 0.28% -
HSV(B) 114.55º 0.14% 0.3% -
XYZ 5.95 6.89 6.17 -
YUV 72.76 124.19 123.89 -
System Red Green Blue C M Y K H S L
Decimal 67 77 66 0.13 0 0.14 0.70 114.55 0.08 0.28
Hex 43 4D 42 D 0 E 46 73 8 1C
Octal 103 115 102 15 0 16 106 163 10 34
Binary 1000011 1001101 1000010 1101 0 1110 1000110 1110011 1000 11100

Color Harmonies of #434D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434D42

Black with #434D42

Text Example


Text Example

White with #434D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434D42; }

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

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

background-color css

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

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

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

border-color css

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

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

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