#4C7D5B

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

Shades of Como #4C7D5B

Tints of Como #4C7D5B

Color information

#4C7D5B (or 0x4C7D5B) is unknown color: approx Como. HEX triplet: 4C, 7D and 5B. RGB value is (76,125,91). Sum of RGB (Red+Green+Blue) = 76+125+91=292 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.03% from 292); Green value is 125 (49.22% from 255 or 42.81% from 292); Blue value is 91 (35.94% from 255 or 31.16% from 292); Max value from RGB is 125 - color contains mainly: green. Hex color #4C7D5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7D5B is #B382A4. Grayscale: #6A6A6A. Windows color (decimal): -11764389 or 5995852. OLE color: 5995852.

HSL color Cylindrical-coordinate representation of color #4C7D5B: hue angle of 138.37º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4C7D5B is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB7612591-
CMYK0.3900.270.51
HSL138.37º24.38%39.41%-
HSV(B)138.37º39.2%49.02%-
XYZ12.216.9612.53-
YUV106.47119.27106.26-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.03%
GREEN value IS 125 (49.22% from 255) = 42.81%
BLUE value IS 91 (35.94% from 255) = 31.16%
R=26.03%
G=42.81%
B=31.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal76125910.3900.270.51138.3724.3839.41
Hex4C7D5B2701B338a1827
Octal11417513347033632123047
Binary1001100111110110110111001110110111100111000101011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,125,91); }

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

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

 a { background-color: rgb(76,125,91); }

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

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

 span { border-color: rgb(76,125,91); }

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