#48754E

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

Shades of Killarney #48754E

Tints of Killarney #48754E

Color information

#48754E (or 0x48754E) is unknown color: approx Killarney. HEX triplet: 48, 75 and 4E. RGB value is (72,117,78). Sum of RGB (Red+Green+Blue) = 72+117+78=267 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.97% from 267); Green value is 117 (46.09% from 255 or 43.82% from 267); Blue value is 78 (30.86% from 255 or 29.21% from 267); Max value from RGB is 117 - color contains mainly: green. Hex color #48754E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48754E is #B78AB1. Grayscale: #636363. Windows color (decimal): -12028594 or 5141832. OLE color: 5141832.

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

Color convert

RGB7211778-
CMYK0.3800.330.54
HSL128º23.81%37.06%-
HSV(B)128º38.46%45.88%-
XYZ10.4114.659.49-
YUV99.1116.09108.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.97%
GREEN value IS 117 (46.09% from 255) = 43.82%
BLUE value IS 78 (30.86% from 255) = 29.21%
R=26.97%
G=43.82%
B=29.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72117780.3800.330.5412823.8137.06
Hex48754E2602136801825
Octal11016511646041662003045
Binary10010001110101100111010011001000011101101000000011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48754E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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