#4B8855

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

Shades of Killarney #4B8855

Tints of Killarney #4B8855

Color information

#4B8855 (or 0x4B8855) is unknown color: approx Killarney. HEX triplet: 4B, 88 and 55. RGB value is (75,136,85). Sum of RGB (Red+Green+Blue) = 75+136+85=296 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.34% from 296); Green value is 136 (53.52% from 255 or 45.95% from 296); Blue value is 85 (33.59% from 255 or 28.72% from 296); Max value from RGB is 136 - color contains mainly: green. Hex color #4B8855 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8855 is #B477AA. Grayscale: #707070. Windows color (decimal): -11827115 or 5605451. OLE color: 5605451.

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

Color convert

RGB7513685-
CMYK0.4500.380.47
HSL129.84º28.91%41.37%-
HSV(B)129.84º44.85%53.33%-
XYZ13.3519.7611.71-
YUV111.95112.79101.65-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.34%
GREEN value IS 136 (53.52% from 255) = 45.95%
BLUE value IS 85 (33.59% from 255) = 28.72%
R=25.34%
G=45.95%
B=28.72%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal75136850.4500.380.47129.8428.9141.37
Hex4B88552D0262F821d29
Octal11321012555046572023551
Binary100101110001000101010110110101001101011111000001011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,136,85); }

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

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

 a { background-color: rgb(75,136,85); }

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

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

 span { border-color: rgb(75,136,85); }

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