#4A7053

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

Shades of Killarney #4A7053

Tints of Killarney #4A7053

Color information

#4A7053 (or 0x4A7053) is unknown color: approx Killarney. HEX triplet: 4A, 70 and 53. RGB value is (74,112,83). Sum of RGB (Red+Green+Blue) = 74+112+83=269 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.51% from 269); Green value is 112 (44.14% from 255 or 41.64% from 269); Blue value is 83 (32.81% from 255 or 30.86% from 269); Max value from RGB is 112 - color contains mainly: green. Hex color #4A7053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7053 is #B58FAC. Grayscale: #616161. Windows color (decimal): -11898797 or 5468234. OLE color: 5468234.

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

Color convert

RGB7411283-
CMYK0.3400.260.56
HSL134.21º20.43%36.47%-
HSV(B)134.21º33.93%43.92%-
XYZ10.1813.6710.29-
YUV97.33119.91111.36-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.51%
GREEN value IS 112 (44.14% from 255) = 41.64%
BLUE value IS 83 (32.81% from 255) = 30.86%
R=27.51%
G=41.64%
B=30.86%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal74112830.3400.260.56134.2120.4336.47
Hex4A70532201A38861424
Octal11216012342032702062444
Binary1001010111000010100111000100110101110001000011010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,112,83); }

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

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

 a { background-color: rgb(74,112,83); }

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

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

 span { border-color: rgb(74,112,83); }

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