#4C8A5D

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

Shades of Como #4C8A5D

Tints of Como #4C8A5D

Color information

#4C8A5D (or 0x4C8A5D) is unknown color: approx Como. HEX triplet: 4C, 8A and 5D. RGB value is (76,138,93). Sum of RGB (Red+Green+Blue) = 76+138+93=307 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.76% from 307); Green value is 138 (54.30% from 255 or 44.95% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 138 - color contains mainly: green. Hex color #4C8A5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8A5D is #B375A2. Grayscale: #727272. Windows color (decimal): -11761059 or 6130252. OLE color: 6130252.

HSL color Cylindrical-coordinate representation of color #4C8A5D: hue angle of 136.45º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4C8A5D is Cyan = 0.45, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB7613893-
CMYK0.4500.330.46
HSL136.45º28.97%41.96%-
HSV(B)136.45º44.93%54.12%-
XYZ14.0420.513.57-
YUV114.33115.96100.66-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.76%
GREEN value IS 138 (54.30% from 255) = 44.95%
BLUE value IS 93 (36.72% from 255) = 30.29%
R=24.76%
G=44.95%
B=30.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal76138930.4500.330.46136.4528.9741.96
Hex4C8A5D2D0212E881d2a
Octal11421213555041562103552
Binary100110010001010101110110110101000011011101000100011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,138,93); }

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

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

 a { background-color: rgb(76,138,93); }

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

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

 span { border-color: rgb(76,138,93); }

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