#4C7D5C

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

Shades of Como #4C7D5C

Tints of Como #4C7D5C

Color information

#4C7D5C (or 0x4C7D5C) is unknown color: approx Como. HEX triplet: 4C, 7D and 5C. RGB value is (76,125,92). Sum of RGB (Red+Green+Blue) = 76+125+92=293 (38% of max value = 765). Red value is 76 (30.08% from 255 or 25.94% from 293); Green value is 125 (49.22% from 255 or 42.66% from 293); Blue value is 92 (36.33% from 255 or 31.40% from 293); Max value from RGB is 125 - color contains mainly: green. Hex color #4C7D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7D5C is #B382A3. Grayscale: #6A6A6A. Windows color (decimal): -11764388 or 6061388. OLE color: 6061388.

HSL color Cylindrical-coordinate representation of color #4C7D5C: hue angle of 139.59º 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 #4C7D5C is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.

Color convert

RGB7612592-
CMYK0.3900.260.51
HSL139.59º24.38%39.41%-
HSV(B)139.59º39.2%49.02%-
XYZ12.2516.9812.76-
YUV106.59119.77106.18-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.94%
GREEN value IS 125 (49.22% from 255) = 42.66%
BLUE value IS 92 (36.33% from 255) = 31.40%
R=25.94%
G=42.66%
B=31.40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal76125920.3900.260.51139.5924.3839.41
Hex4C7D5C2701A338c1827
Octal11417513447032632143047
Binary1001100111110110111001001110110101100111000110011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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