#4B7249

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

Shades of Killarney #4B7249

Tints of Killarney #4B7249

Color information

#4B7249 (or 0x4B7249) is unknown color: approx Killarney. HEX triplet: 4B, 72 and 49. RGB value is (75,114,73). Sum of RGB (Red+Green+Blue) = 75+114+73=262 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.63% from 262); Green value is 114 (44.92% from 255 or 43.51% from 262); Blue value is 73 (28.91% from 255 or 27.86% from 262); Max value from RGB is 114 - color contains mainly: green. Hex color #4B7249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7249 is #B48DB6. Grayscale: #616161. Windows color (decimal): -11832759 or 4813387. OLE color: 4813387.

HSL color Cylindrical-coordinate representation of color #4B7249: hue angle of 117.07º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4B7249 is Cyan = 0.34, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB7511473-
CMYK0.3400.360.55
HSL117.07º21.93%36.67%-
HSV(B)117.07º35.96%44.71%-
XYZ10.1214.018.47-
YUV97.66114.08111.83-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.63%
GREEN value IS 114 (44.92% from 255) = 43.51%
BLUE value IS 73 (28.91% from 255) = 27.86%
R=28.63%
G=43.51%
B=27.86%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal75114730.3400.360.55117.0721.9336.67
Hex4B72492202437751625
Octal11316211142044671652645
Binary1001011111001010010011000100100100110111111010110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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