Html Css Color HEX #4C5442 Cabbage Pont

📋 copy color: '#4C5442'

red 76 ◦ green 84 ◦ blue 66

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

Shades of Cabbage Pont #4C5442

Tints of Cabbage Pont #4C5442

RGB

 RED value IS 76 (30.08% from 255) = 33.63%

 GREEN value IS 84 (33.2% from 255) = 37.17%

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

R = 33.63%
G = 37.17%
B = 29.2%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#4C5442 (or 0x4C5442) is known color: Cabbage Pont. HEX triplet: 4C, 54 and 42. RGB value is (76,84,66). Sum of RGB (Red+Green+Blue) = 76+84+66=226 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.63% from 226); Green value is 84 (33.20% from 255 or 37.17% from 226); Blue value is 66 (26.17% from 255 or 29.20% from 226); Max value from RGB is 84 - color contains mainly: green. Hex color #4C5442 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5442 is #B3ABBD. Grayscale: #4F4F4F. Windows color (decimal): -11774910 or 4346956. OLE color: 4346956.

HSL color Cylindrical-coordinate representation of color #4C5442: hue angle of 86.67º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4C5442 is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.

Color convert

RGB 76 84 66 -
CMYK 0.10 0 0.21 0.67
HSL 86.67º 0.12% 0.29% -
HSV(B) 86.67º 0.21% 0.33% -
XYZ 7.13 8.27 6.37 -
YUV 79.56 120.35 125.46 -
System Red Green Blue C M Y K H S L
Decimal 76 84 66 0.10 0 0.21 0.67 86.67 0.12 0.29
Hex 4C 54 42 A 0 15 43 57 C 1D
Octal 114 124 102 12 0 25 103 127 14 35
Binary 1001100 1010100 1000010 1010 0 10101 1000011 1010111 1100 11101

Color Harmonies of #4C5442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5442

Black with #4C5442

Text Example


Text Example

White with #4C5442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C5442; }

 p { color: rgb(76,84,66); }

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

background-color css

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

 a { background-color: rgb(76,84,66); }

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

border-color css

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

 span { border-color: rgb(76,84,66); }

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