Html Css Color HEX #434942 Grey-Asparagus

📋 copy color: '#434942'

red 67 ◦ green 73 ◦ blue 66

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

Shades of Grey-Asparagus #434942

Tints of Grey-Asparagus #434942

RGB

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

 GREEN value IS 73 (28.91% from 255) = 35.44%

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

R = 32.52%
G = 35.44%
B = 32.04%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.10

 K value IS 0.71

RGB Variations

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

Color information

#434942 (or 0x434942) is known color: Grey-Asparagus. HEX triplet: 43, 49 and 42. RGB value is (67,73,66). Sum of RGB (Red+Green+Blue) = 67+73+66=206 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.52% from 206); Green value is 73 (28.91% from 255 or 35.44% from 206); Blue value is 66 (26.17% from 255 or 32.04% from 206); Max value from RGB is 73 - color contains mainly: green. Hex color #434942 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434942 is #BCB6BD. Grayscale: #464646. Windows color (decimal): -12367550 or 4344131. OLE color: 4344131.

HSL color Cylindrical-coordinate representation of color #434942: hue angle of 111.43º degrees, saturation: 0.05, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #434942 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.71.

Color convert

RGB 67 73 66 -
CMYK 0.08 0 0.10 0.71
HSL 111.43º 0.05% 0.27% -
HSV(B) 111.43º 0.1% 0.29% -
XYZ 5.68 6.35 6.08 -
YUV 70.41 125.51 125.57 -
System Red Green Blue C M Y K H S L
Decimal 67 73 66 0.08 0 0.10 0.71 111.43 0.05 0.27
Hex 43 49 42 8 0 A 47 6F 5 1B
Octal 103 111 102 10 0 12 107 157 5 33
Binary 1000011 1001001 1000010 1000 0 1010 1000111 1101111 101 11011

Color Harmonies of #434942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434942

Black with #434942

Text Example


Text Example

White with #434942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434942; }

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

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

background-color css

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

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

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

border-color css

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

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

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