#4C5541

Color #4C5541 Cabbage Pont (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabbage Pont #4C5541

Tints of Cabbage Pont #4C5541

Color information

#4C5541 (or 0x4C5541) is unknown color: approx Cabbage Pont. HEX triplet: 4C, 55 and 41. RGB value is (76,85,65). Sum of RGB (Red+Green+Blue) = 76+85+65=226 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.63% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 65 (25.78% from 255 or 28.76% from 226); Max value from RGB is 85 - color contains mainly: green. Hex color #4C5541 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5541 is #B3AABE. Grayscale: #505050. Windows color (decimal): -11774655 or 4281676. OLE color: 4281676.

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

Color convert

RGB768565-
CMYK0.1100.240.67
HSL87º13.33%29.41%-
HSV(B)87º23.53%33.33%-
XYZ7.188.426.25-
YUV80.03119.52125.13-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.63%
GREEN value IS 85 (33.59% from 255) = 37.61%
BLUE value IS 65 (25.78% from 255) = 28.76%
R=33.63%
G=37.61%
B=28.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7685650.1100.240.678713.3329.41
Hex4C5541B0184357d1d
Octal114125101130301031271535
Binary100110010101011000001101101100010000111010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4C5541;
 }
 .AnyTagClassName
 {
   color: #4C5541;
 }
</style>
background-color css

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

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

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

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

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

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