#4B894A

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

Shades of Killarney #4B894A

Tints of Killarney #4B894A

Color information

#4B894A (or 0x4B894A) is unknown color: approx Killarney. HEX triplet: 4B, 89 and 4A. RGB value is (75,137,74). Sum of RGB (Red+Green+Blue) = 75+137+74=286 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.22% from 286); Green value is 137 (53.91% from 255 or 47.90% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 137 - color contains mainly: green. Hex color #4B894A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B894A is #B476B5. Grayscale: #6F6F6F. Windows color (decimal): -11826870 or 4884811. OLE color: 4884811.

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

Color convert

RGB7513774-
CMYK0.4500.460.46
HSL119.05º29.86%41.37%-
HSV(B)119.05º45.99%53.73%-
XYZ13.0819.889.63-
YUV111.28106.96102.12-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.22%
GREEN value IS 137 (53.91% from 255) = 47.90%
BLUE value IS 74 (29.30% from 255) = 25.87%
R=26.22%
G=47.90%
B=25.87%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal75137740.4500.460.46119.0529.8641.37
Hex4B894A2D02E2E771e29
Octal11321111255056561673651
Binary10010111000100110010101011010101110101110111011111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B894A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,137,74); }

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

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

 a { background-color: rgb(75,137,74); }

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

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

 span { border-color: rgb(75,137,74); }

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