#4B7054

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

Shades of Killarney #4B7054

Tints of Killarney #4B7054

Color information

#4B7054 (or 0x4B7054) is unknown color: approx Killarney. HEX triplet: 4B, 70 and 54. RGB value is (75,112,84). Sum of RGB (Red+Green+Blue) = 75+112+84=271 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.68% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 84 (33.20% from 255 or 31.00% from 271); Max value from RGB is 112 - color contains mainly: green. Hex color #4B7054 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7054 is #B48FAB. Grayscale: #616161. Windows color (decimal): -11833260 or 5533771. OLE color: 5533771.

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

Color convert

RGB7511284-
CMYK0.3300.250.56
HSL134.59º19.79%36.67%-
HSV(B)134.59º33.04%43.92%-
XYZ10.313.7210.49-
YUV97.74120.24111.78-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.68%
GREEN value IS 112 (44.14% from 255) = 41.33%
BLUE value IS 84 (33.20% from 255) = 31.00%
R=27.68%
G=41.33%
B=31.00%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal75112840.3300.250.56134.5919.7936.67
Hex4B70542101938871425
Octal11316012441031702072445
Binary1001011111000010101001000010110011110001000011110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,112,84); }

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

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

 a { background-color: rgb(75,112,84); }

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

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

 span { border-color: rgb(75,112,84); }

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