#4A724D

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

Shades of Killarney #4A724D

Tints of Killarney #4A724D

Color information

#4A724D (or 0x4A724D) is unknown color: approx Killarney. HEX triplet: 4A, 72 and 4D. RGB value is (74,114,77). Sum of RGB (Red+Green+Blue) = 74+114+77=265 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.92% from 265); Green value is 114 (44.92% from 255 or 43.02% from 265); Blue value is 77 (30.47% from 255 or 29.06% from 265); Max value from RGB is 114 - color contains mainly: green. Hex color #4A724D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A724D is #B58DB2. Grayscale: #616161. Windows color (decimal): -11898291 or 5075530. OLE color: 5075530.

HSL color Cylindrical-coordinate representation of color #4A724D: hue angle of 124.5º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4A724D is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB7411477-
CMYK0.3500.320.55
HSL124.5º21.28%36.86%-
HSV(B)124.5º35.09%44.71%-
XYZ10.1814.039.19-
YUV97.82116.25111.01-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.92%
GREEN value IS 114 (44.92% from 255) = 43.02%
BLUE value IS 77 (30.47% from 255) = 29.06%
R=27.92%
G=43.02%
B=29.06%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal74114770.3500.320.55124.521.2836.86
Hex4A724D23020377c1525
Octal11216211543040671742545
Binary1001010111001010011011000110100000110111111110010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A724D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,114,77); }

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

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

 a { background-color: rgb(74,114,77); }

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

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

 span { border-color: rgb(74,114,77); }

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