Html Css Color HEX #4C5640 Cabbage Pont

📋 copy color: '#4C5640'

red 76 ◦ green 86 ◦ blue 64

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

Shades of Cabbage Pont #4C5640

Tints of Cabbage Pont #4C5640

RGB

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

 GREEN value IS 86 (33.98% from 255) = 38.05%

 BLUE value IS 64 (25.39% from 255) = 28.32%

R = 33.63%
G = 38.05%
B = 28.32%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#4C5640 (or 0x4C5640) is known color: Cabbage Pont. HEX triplet: 4C, 56 and 40. RGB value is (76,86,64). Sum of RGB (Red+Green+Blue) = 76+86+64=226 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.63% from 226); Green value is 86 (33.98% from 255 or 38.05% from 226); Blue value is 64 (25.39% from 255 or 28.32% from 226); Max value from RGB is 86 - color contains mainly: green. Hex color #4C5640 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5640 is #B3A9BF. Grayscale: #505050. Windows color (decimal): -11774400 or 4216396. OLE color: 4216396.

HSL color Cylindrical-coordinate representation of color #4C5640: hue angle of 87.27º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4C5640 is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB 76 86 64 -
CMYK 0.12 0 0.26 0.66
HSL 87.27º 0.15% 0.29% -
HSV(B) 87.27º 0.26% 0.34% -
XYZ 7.23 8.56 6.12 -
YUV 80.5 118.69 124.79 -
System Red Green Blue C M Y K H S L
Decimal 76 86 64 0.12 0 0.26 0.66 87.27 0.15 0.29
Hex 4C 56 40 C 0 1A 42 57 F 1D
Octal 114 126 100 14 0 32 102 127 17 35
Binary 1001100 1010110 1000000 1100 0 11010 1000010 1010111 1111 11101

Color Harmonies of #4C5640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5640

Black with #4C5640

Text Example


Text Example

White with #4C5640

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,86,64); }

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

background-color css

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

 a { background-color: rgb(76,86,64); }

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

border-color css

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

 span { border-color: rgb(76,86,64); }

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