#4A8856

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

Shades of Killarney #4A8856

Tints of Killarney #4A8856

Color information

#4A8856 (or 0x4A8856) is unknown color: approx Killarney. HEX triplet: 4A, 88 and 56. RGB value is (74,136,86). Sum of RGB (Red+Green+Blue) = 74+136+86=296 (39% of max value = 765). Red value is 74 (29.30% from 255 or 25% from 296); Green value is 136 (53.52% from 255 or 45.95% from 296); Blue value is 86 (33.98% from 255 or 29.05% from 296); Max value from RGB is 136 - color contains mainly: green. Hex color #4A8856 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8856 is #B577A9. Grayscale: #6F6F6F. Windows color (decimal): -11892650 or 5670986. OLE color: 5670986.

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

Color convert

RGB7413686-
CMYK0.4600.370.47
HSL131.61º29.52%41.18%-
HSV(B)131.61º45.59%53.33%-
XYZ13.3119.7411.91-
YUV111.76113.46101.07-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25%
GREEN value IS 136 (53.52% from 255) = 45.95%
BLUE value IS 86 (33.98% from 255) = 29.05%
R=25%
G=45.95%
B=29.05%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal74136860.4600.370.47131.6129.5241.18
Hex4A88562E0252F841e29
Octal11221012656045572043651
Binary100101010001000101011010111001001011011111000010011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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