#48684C

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

Shades of Killarney #48684C

Tints of Killarney #48684C

Color information

#48684C (or 0x48684C) is unknown color: approx Killarney. HEX triplet: 48, 68 and 4C. RGB value is (72,104,76). Sum of RGB (Red+Green+Blue) = 72+104+76=252 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.57% from 252); Green value is 104 (41.02% from 255 or 41.27% from 252); Blue value is 76 (30.08% from 255 or 30.16% from 252); Max value from RGB is 104 - color contains mainly: green. Hex color #48684C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48684C is #B797B3. Grayscale: #5B5B5B. Windows color (decimal): -12031924 or 5007432. OLE color: 5007432.

HSL color Cylindrical-coordinate representation of color #48684C: hue angle of 127.5º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #48684C is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB7210476-
CMYK0.3100.270.59
HSL127.5º18.18%34.51%-
HSV(B)127.5º30.77%40.78%-
XYZ8.9311.88.64-
YUV91.24119.4114.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.57%
GREEN value IS 104 (41.02% from 255) = 41.27%
BLUE value IS 76 (30.08% from 255) = 30.16%
R=28.57%
G=41.27%
B=30.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72104760.3100.270.59127.518.1834.51
Hex48684C1F01B3B7f1223
Octal11015011437033731772243
Binary10010001101000100110011111011011111011111111110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48684C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48684C; }

 p { color: rgb(72,104,76); }

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

<style>
 a { background-color: #48684C; }

 a { background-color: rgb(72,104,76); }

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

<style>
 span { border-color: #48684C; }

 span { border-color: rgb(72,104,76); }

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