#4A7553

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

Shades of Killarney #4A7553

Tints of Killarney #4A7553

Color information

#4A7553 (or 0x4A7553) is unknown color: approx Killarney. HEX triplet: 4A, 75 and 53. RGB value is (74,117,83). Sum of RGB (Red+Green+Blue) = 74+117+83=274 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.01% from 274); Green value is 117 (46.09% from 255 or 42.70% from 274); Blue value is 83 (32.81% from 255 or 30.29% from 274); Max value from RGB is 117 - color contains mainly: green. Hex color #4A7553 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7553 is #B58AAC. Grayscale: #646464. Windows color (decimal): -11897517 or 5469514. OLE color: 5469514.

HSL color Cylindrical-coordinate representation of color #4A7553: hue angle of 132.56º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4A7553 is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB7411783-
CMYK0.3700.290.54
HSL132.56º22.51%37.45%-
HSV(B)132.56º36.75%45.88%-
XYZ10.7514.810.47-
YUV100.27118.25109.26-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.01%
GREEN value IS 117 (46.09% from 255) = 42.70%
BLUE value IS 83 (32.81% from 255) = 30.29%
R=27.01%
G=42.70%
B=30.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal74117830.3700.290.54132.5622.5137.45
Hex4A75532501D36851725
Octal11216512345035662052745
Binary1001010111010110100111001010111011101101000010110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A7553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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