#4D6F52

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

Shades of Killarney #4D6F52

Tints of Killarney #4D6F52

Color information

#4D6F52 (or 0x4D6F52) is unknown color: approx Killarney. HEX triplet: 4D, 6F and 52. RGB value is (77,111,82). Sum of RGB (Red+Green+Blue) = 77+111+82=270 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.52% from 270); Green value is 111 (43.75% from 255 or 41.11% from 270); Blue value is 82 (32.42% from 255 or 30.37% from 270); Max value from RGB is 111 - color contains mainly: green. Hex color #4D6F52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6F52 is #B290AD. Grayscale: #616161. Windows color (decimal): -11702446 or 5402445. OLE color: 5402445.

HSL color Cylindrical-coordinate representation of color #4D6F52: hue angle of 128.82º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4D6F52 is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB7711182-
CMYK0.3100.260.56
HSL128.82º18.09%36.86%-
HSV(B)128.82º30.63%43.53%-
XYZ10.2713.5610.06-
YUV97.53119.24113.36-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 28.52%
GREEN value IS 111 (43.75% from 255) = 41.11%
BLUE value IS 82 (32.42% from 255) = 30.37%
R=28.52%
G=41.11%
B=30.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal77111820.3100.260.56128.8218.0936.86
Hex4D6F521F01A38811225
Octal11515712237032702012245
Binary100110111011111010010111110110101110001000000110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,111,82); }

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

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

 a { background-color: rgb(77,111,82); }

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

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

 span { border-color: rgb(77,111,82); }

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