#4A8256

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

Shades of Killarney #4A8256

Tints of Killarney #4A8256

Color information

#4A8256 (or 0x4A8256) is unknown color: approx Killarney. HEX triplet: 4A, 82 and 56. RGB value is (74,130,86). Sum of RGB (Red+Green+Blue) = 74+130+86=290 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.52% from 290); Green value is 130 (51.17% from 255 or 44.83% from 290); Blue value is 86 (33.98% from 255 or 29.66% from 290); Max value from RGB is 130 - color contains mainly: green. Hex color #4A8256 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8256 is #B57DA9. Grayscale: #6C6C6C. Windows color (decimal): -11894186 or 5669450. OLE color: 5669450.

HSL color Cylindrical-coordinate representation of color #4A8256: hue angle of 132.86º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4A8256 is Cyan = 0.43, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB7413086-
CMYK0.4300.340.49
HSL132.86º27.45%40%-
HSV(B)132.86º43.08%50.98%-
XYZ12.4918.0911.64-
YUV108.24115.45103.58-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.52%
GREEN value IS 130 (51.17% from 255) = 44.83%
BLUE value IS 86 (33.98% from 255) = 29.66%
R=25.52%
G=44.83%
B=29.66%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal74130860.4300.340.49132.8627.4540
Hex4A82562B02231851b28
Octal11220212653042612053350
Binary100101010000010101011010101101000101100011000010111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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