#4A864A

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

Shades of Killarney #4A864A

Tints of Killarney #4A864A

Color information

#4A864A (or 0x4A864A) is unknown color: approx Killarney. HEX triplet: 4A, 86 and 4A. RGB value is (74,134,74). Sum of RGB (Red+Green+Blue) = 74+134+74=282 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.24% from 282); Green value is 134 (52.73% from 255 or 47.52% from 282); Blue value is 74 (29.30% from 255 or 26.24% from 282); Max value from RGB is 134 - color contains mainly: green. Hex color #4A864A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A864A is #B579B5. Grayscale: #6D6D6D. Windows color (decimal): -11893174 or 4884042. OLE color: 4884042.

HSL color Cylindrical-coordinate representation of color #4A864A: hue angle of 120º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4A864A is Cyan = 0.45, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB7413474-
CMYK0.4500.450.47
HSL120º28.85%40.78%-
HSV(B)120º44.78%52.55%-
XYZ12.59199.48-
YUV109.22108.12102.88-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.24%
GREEN value IS 134 (52.73% from 255) = 47.52%
BLUE value IS 74 (29.30% from 255) = 26.24%
R=26.24%
G=47.52%
B=26.24%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal74134740.4500.450.4712028.8540.78
Hex4A864A2D02D2F781d29
Octal11220611255055571703551
Binary10010101000011010010101011010101101101111111100011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A864A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,134,74); }

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

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

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

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

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

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

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