#48764E

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

Shades of Killarney #48764E

Tints of Killarney #48764E

Color information

#48764E (or 0x48764E) is unknown color: approx Killarney. HEX triplet: 48, 76 and 4E. RGB value is (72,118,78). Sum of RGB (Red+Green+Blue) = 72+118+78=268 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.87% from 268); Green value is 118 (46.48% from 255 or 44.03% from 268); Blue value is 78 (30.86% from 255 or 29.10% from 268); Max value from RGB is 118 - color contains mainly: green. Hex color #48764E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48764E is #B789B1. Grayscale: #636363. Windows color (decimal): -12028338 or 5142088. OLE color: 5142088.

HSL color Cylindrical-coordinate representation of color #48764E: hue angle of 127.83º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #48764E is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB7211878-
CMYK0.3900.340.54
HSL127.83º24.21%37.25%-
HSV(B)127.83º38.98%46.27%-
XYZ10.5314.889.53-
YUV99.69115.76108.25-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.87%
GREEN value IS 118 (46.48% from 255) = 44.03%
BLUE value IS 78 (30.86% from 255) = 29.10%
R=26.87%
G=44.03%
B=29.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72118780.3900.340.54127.8324.2137.25
Hex48764E2702236801825
Octal11016611647042662003045
Binary10010001110110100111010011101000101101101000000011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48764E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48764E; }

 p { color: rgb(72,118,78); }

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

<style>
 a { background-color: #48764E; }

 a { background-color: rgb(72,118,78); }

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

<style>
 span { border-color: #48764E; }

 span { border-color: rgb(72,118,78); }

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