#4B8549

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

Shades of Killarney #4B8549

Tints of Killarney #4B8549

Color information

#4B8549 (or 0x4B8549) is unknown color: approx Killarney. HEX triplet: 4B, 85 and 49. RGB value is (75,133,73). Sum of RGB (Red+Green+Blue) = 75+133+73=281 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.69% from 281); Green value is 133 (52.34% from 255 or 47.33% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 133 - color contains mainly: green. Hex color #4B8549 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B8549 is #B47AB6. Grayscale: #6D6D6D. Windows color (decimal): -11827895 or 4818251. OLE color: 4818251.

HSL color Cylindrical-coordinate representation of color #4B8549: hue angle of 118º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4B8549 is Cyan = 0.44, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB7513373-
CMYK0.4400.450.48
HSL118º29.13%40.39%-
HSV(B)118º45.11%52.16%-
XYZ12.4918.759.26-
YUV108.82107.78103.88-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.69%
GREEN value IS 133 (52.34% from 255) = 47.33%
BLUE value IS 73 (28.91% from 255) = 25.98%
R=26.69%
G=47.33%
B=25.98%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal75133730.4400.450.4811829.1340.39
Hex4B85492C02D30761d28
Octal11320511154055601663550
Binary10010111000010110010011011000101101110000111011011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,133,73); }

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

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

 a { background-color: rgb(75,133,73); }

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

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

 span { border-color: rgb(75,133,73); }

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