#48784E

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

Shades of Killarney #48784E

Tints of Killarney #48784E

Color information

#48784E (or 0x48784E) is unknown color: approx Killarney. HEX triplet: 48, 78 and 4E. RGB value is (72,120,78). Sum of RGB (Red+Green+Blue) = 72+120+78=270 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.67% from 270); Green value is 120 (47.27% from 255 or 44.44% from 270); Blue value is 78 (30.86% from 255 or 28.89% from 270); Max value from RGB is 120 - color contains mainly: green. Hex color #48784E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48784E is #B787B1. Grayscale: #646464. Windows color (decimal): -12027826 or 5142600. OLE color: 5142600.

HSL color Cylindrical-coordinate representation of color #48784E: hue angle of 127.5º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #48784E is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB7212078-
CMYK0.4000.350.53
HSL127.5º25%37.65%-
HSV(B)127.5º40%47.06%-
XYZ10.7615.369.61-
YUV100.86115.1107.42-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.67%
GREEN value IS 120 (47.27% from 255) = 44.44%
BLUE value IS 78 (30.86% from 255) = 28.89%
R=26.67%
G=44.44%
B=28.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72120780.4000.350.53127.52537.65
Hex48784E2802335801926
Octal11017011650043652003146
Binary10010001111000100111010100001000111101011000000011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48784E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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