#4A8656

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

Shades of Killarney #4A8656

Tints of Killarney #4A8656

Color information

#4A8656 (or 0x4A8656) is unknown color: approx Killarney. HEX triplet: 4A, 86 and 56. RGB value is (74,134,86). Sum of RGB (Red+Green+Blue) = 74+134+86=294 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.17% from 294); Green value is 134 (52.73% from 255 or 45.58% from 294); Blue value is 86 (33.98% from 255 or 29.25% from 294); Max value from RGB is 134 - color contains mainly: green. Hex color #4A8656 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8656 is #B579A9. Grayscale: #6E6E6E. Windows color (decimal): -11893162 or 5670474. OLE color: 5670474.

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

Color convert

RGB7413486-
CMYK0.4500.360.47
HSL132º28.85%40.78%-
HSV(B)132º44.78%52.55%-
XYZ13.0319.1811.82-
YUV110.59114.12101.9-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.17%
GREEN value IS 134 (52.73% from 255) = 45.58%
BLUE value IS 86 (33.98% from 255) = 29.25%
R=25.17%
G=45.58%
B=29.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal74134860.4500.360.4713228.8540.78
Hex4A86562D0242F841d29
Octal11220612655044572043551
Binary100101010000110101011010110101001001011111000010011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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