#4A894D

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

Shades of Killarney #4A894D

Tints of Killarney #4A894D

Color information

#4A894D (or 0x4A894D) is unknown color: approx Killarney. HEX triplet: 4A, 89 and 4D. RGB value is (74,137,77). Sum of RGB (Red+Green+Blue) = 74+137+77=288 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.69% from 288); Green value is 137 (53.91% from 255 or 47.57% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 137 - color contains mainly: green. Hex color #4A894D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A894D is #B576B2. Grayscale: #6F6F6F. Windows color (decimal): -11892403 or 5081418. OLE color: 5081418.

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

Color convert

RGB7413777-
CMYK0.4600.440.46
HSL122.86º29.86%41.37%-
HSV(B)122.86º45.99%53.73%-
XYZ13.1119.8810.17-
YUV111.32108.63101.38-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.69%
GREEN value IS 137 (53.91% from 255) = 47.57%
BLUE value IS 77 (30.47% from 255) = 26.74%
R=25.69%
G=47.57%
B=26.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal74137770.4600.440.46122.8629.8641.37
Hex4A894D2E02C2E7b1e29
Octal11221111556054561733651
Binary10010101000100110011011011100101100101110111101111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A894D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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