#4C5A42

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

Shades of Cabbage Pont #4C5A42

Tints of Cabbage Pont #4C5A42

Color information

#4C5A42 (or 0x4C5A42) is unknown color: approx Cabbage Pont. HEX triplet: 4C, 5A and 42. RGB value is (76,90,66). Sum of RGB (Red+Green+Blue) = 76+90+66=232 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.76% from 232); Green value is 90 (35.55% from 255 or 38.79% from 232); Blue value is 66 (26.17% from 255 or 28.45% from 232); Max value from RGB is 90 - color contains mainly: green. Hex color #4C5A42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5A42 is #B3A5BD. Grayscale: #535353. Windows color (decimal): -11773374 or 4348492. OLE color: 4348492.

HSL color Cylindrical-coordinate representation of color #4C5A42: hue angle of 95º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4C5A42 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB769066-
CMYK0.1600.270.65
HSL95º15.38%30.59%-
HSV(B)95º26.67%35.29%-
XYZ7.629.246.54-
YUV83.08118.36122.95-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.76%
GREEN value IS 90 (35.55% from 255) = 38.79%
BLUE value IS 66 (26.17% from 255) = 28.45%
R=32.76%
G=38.79%
B=28.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7690660.1600.270.659515.3830.59
Hex4C5A421001B415ff1f
Octal114132102200331011371737
Binary1001100101101010000101000001101110000011011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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