#4C7C50

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

Shades of Killarney #4C7C50

Tints of Killarney #4C7C50

Color information

#4C7C50 (or 0x4C7C50) is unknown color: approx Killarney. HEX triplet: 4C, 7C and 50. RGB value is (76,124,80). Sum of RGB (Red+Green+Blue) = 76+124+80=280 (37% of max value = 765). Red value is 76 (30.08% from 255 or 27.14% from 280); Green value is 124 (48.83% from 255 or 44.29% from 280); Blue value is 80 (31.64% from 255 or 28.57% from 280); Max value from RGB is 124 - color contains mainly: green. Hex color #4C7C50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7C50 is #B383AF. Grayscale: #686868. Windows color (decimal): -11764656 or 5274700. OLE color: 5274700.

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

Color convert

RGB7612480-
CMYK0.3900.350.51
HSL125º24%39.22%-
HSV(B)125º38.71%48.63%-
XYZ11.6416.5310.17-
YUV104.63114.1107.58-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 27.14%
GREEN value IS 124 (48.83% from 255) = 44.29%
BLUE value IS 80 (31.64% from 255) = 28.57%
R=27.14%
G=44.29%
B=28.57%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal76124800.3900.350.511252439.22
Hex4C7C5027023337d1827
Octal11417412047043631753047
Binary1001100111110010100001001110100011110011111110111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,124,80); }

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

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

 a { background-color: rgb(76,124,80); }

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

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

 span { border-color: rgb(76,124,80); }

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