Html Css Color HEX #434C41 Grey-Asparagus

📋 copy color: '#434C41'

red 67 ◦ green 76 ◦ blue 65

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

Shades of Grey-Asparagus #434C41

Tints of Grey-Asparagus #434C41

RGB

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

 GREEN value IS 76 (30.08% from 255) = 36.54%

 BLUE value IS 65 (25.78% from 255) = 31.25%

R = 32.21%
G = 36.54%
B = 31.25%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.14

 K value IS 0.70

RGB Variations

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

Color information

#434C41 (or 0x434C41) is known color: Grey-Asparagus. HEX triplet: 43, 4C and 41. RGB value is (67,76,65). Sum of RGB (Red+Green+Blue) = 67+76+65=208 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.21% from 208); Green value is 76 (30.08% from 255 or 36.54% from 208); Blue value is 65 (25.78% from 255 or 31.25% from 208); Max value from RGB is 76 - color contains mainly: green. Hex color #434C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434C41 is #BCB3BE. Grayscale: #484848. Windows color (decimal): -12366783 or 4279363. OLE color: 4279363.

HSL color Cylindrical-coordinate representation of color #434C41: hue angle of 109.09º 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 #434C41 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.70.

Color convert

RGB 67 76 65 -
CMYK 0.12 0 0.14 0.70
HSL 109.09º 0.08% 0.28% -
HSV(B) 109.09º 0.14% 0.3% -
XYZ 5.85 6.74 5.99 -
YUV 72.06 124.02 124.39 -
System Red Green Blue C M Y K H S L
Decimal 67 76 65 0.12 0 0.14 0.70 109.09 0.08 0.28
Hex 43 4C 41 C 0 E 46 6D 8 1C
Octal 103 114 101 14 0 16 106 155 10 34
Binary 1000011 1001100 1000001 1100 0 1110 1000110 1101101 1000 11100

Color Harmonies of #434C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434C41

Black with #434C41

Text Example


Text Example

White with #434C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,76,65); }

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

background-color css

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

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

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

border-color css

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

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

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