#4D7055

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

Shades of Killarney #4D7055

Tints of Killarney #4D7055

Color information

#4D7055 (or 0x4D7055) is unknown color: approx Killarney. HEX triplet: 4D, 70 and 55. RGB value is (77,112,85). Sum of RGB (Red+Green+Blue) = 77+112+85=274 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.10% from 274); Green value is 112 (44.14% from 255 or 40.88% from 274); Blue value is 85 (33.59% from 255 or 31.02% from 274); Max value from RGB is 112 - color contains mainly: green. Hex color #4D7055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7055 is #B28FAA. Grayscale: #626262. Windows color (decimal): -11702187 or 5599309. OLE color: 5599309.

HSL color Cylindrical-coordinate representation of color #4D7055: hue angle of 133.71º degrees, saturation: 0.19, 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 #4D7055 is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB7711285-
CMYK0.3100.240.56
HSL133.71º18.52%37.06%-
HSV(B)133.71º31.25%43.92%-
XYZ10.4913.8210.71-
YUV98.46120.4112.7-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 28.10%
GREEN value IS 112 (44.14% from 255) = 40.88%
BLUE value IS 85 (33.59% from 255) = 31.02%
R=28.10%
G=40.88%
B=31.02%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal77112850.3100.240.56133.7118.5237.06
Hex4D70551F01838861325
Octal11516012537030702062345
Binary100110111100001010101111110110001110001000011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D7055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,112,85); }

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

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

 a { background-color: rgb(77,112,85); }

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

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

 span { border-color: rgb(77,112,85); }

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