#4B8C52

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

Shades of Killarney #4B8C52

Tints of Killarney #4B8C52

Color information

#4B8C52 (or 0x4B8C52) is unknown color: approx Killarney. HEX triplet: 4B, 8C and 52. RGB value is (75,140,82). Sum of RGB (Red+Green+Blue) = 75+140+82=297 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.25% from 297); Green value is 140 (55.08% from 255 or 47.14% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 140 - color contains mainly: green. Hex color #4B8C52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8C52 is #B473AD. Grayscale: #727272. Windows color (decimal): -11826094 or 5409867. OLE color: 5409867.

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

Color convert

RGB7514082-
CMYK0.4600.410.45
HSL126.46º30.23%42.16%-
HSV(B)126.46º46.43%54.9%-
XYZ13.820.8611.28-
YUV113.95109.97100.22-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.25%
GREEN value IS 140 (55.08% from 255) = 47.14%
BLUE value IS 82 (32.42% from 255) = 27.61%
R=25.25%
G=47.14%
B=27.61%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal75140820.4600.410.45126.4630.2342.16
Hex4B8C522E0292D7e1e2a
Octal11321412256051551763652
Binary10010111000110010100101011100101001101101111111011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,140,82); }

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

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

 a { background-color: rgb(75,140,82); }

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

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

 span { border-color: rgb(75,140,82); }

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