#4A864F

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

Shades of Killarney #4A864F

Tints of Killarney #4A864F

Color information

#4A864F (or 0x4A864F) is unknown color: approx Killarney. HEX triplet: 4A, 86 and 4F. RGB value is (74,134,79). Sum of RGB (Red+Green+Blue) = 74+134+79=287 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.78% from 287); Green value is 134 (52.73% from 255 or 46.69% from 287); Blue value is 79 (31.25% from 255 or 27.53% from 287); Max value from RGB is 134 - color contains mainly: green. Hex color #4A864F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A864F is #B579B0. Grayscale: #6D6D6D. Windows color (decimal): -11893169 or 5211722. OLE color: 5211722.

HSL color Cylindrical-coordinate representation of color #4A864F: hue angle of 125º 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 #4A864F is Cyan = 0.45, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB7413479-
CMYK0.4500.410.47
HSL125º28.85%40.78%-
HSV(B)125º44.78%52.55%-
XYZ12.7619.0710.41-
YUV109.79110.62102.47-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.78%
GREEN value IS 134 (52.73% from 255) = 46.69%
BLUE value IS 79 (31.25% from 255) = 27.53%
R=25.78%
G=46.69%
B=27.53%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal74134790.4500.410.4712528.8540.78
Hex4A864F2D0292F7d1d29
Octal11220611755051571753551
Binary10010101000011010011111011010101001101111111110111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A864F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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