#4C815C

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

Shades of Como #4C815C

Tints of Como #4C815C

Color information

#4C815C (or 0x4C815C) is unknown color: approx Como. HEX triplet: 4C, 81 and 5C. RGB value is (76,129,92). Sum of RGB (Red+Green+Blue) = 76+129+92=297 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.59% from 297); Green value is 129 (50.78% from 255 or 43.43% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 129 - color contains mainly: green. Hex color #4C815C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C815C is #B37EA3. Grayscale: #6D6D6D. Windows color (decimal): -11763364 or 6062412. OLE color: 6062412.

HSL color Cylindrical-coordinate representation of color #4C815C: hue angle of 138.11º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4C815C is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB7612992-
CMYK0.4100.290.49
HSL138.11º25.85%40.2%-
HSV(B)138.11º41.09%50.59%-
XYZ12.7618.0112.93-
YUV108.94118.44104.51-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.59%
GREEN value IS 129 (50.78% from 255) = 43.43%
BLUE value IS 92 (36.33% from 255) = 30.98%
R=25.59%
G=43.43%
B=30.98%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal76129920.4100.290.49138.1125.8540.2
Hex4C815C2901D318a1a28
Octal11420113451035612123250
Binary10011001000000110111001010010111011100011000101011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C815C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,129,92); }

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

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

 a { background-color: rgb(76,129,92); }

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

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

 span { border-color: rgb(76,129,92); }

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