#48744C

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

Shades of Killarney #48744C

Tints of Killarney #48744C

Color information

#48744C (or 0x48744C) is unknown color: approx Killarney. HEX triplet: 48, 74 and 4C. RGB value is (72,116,76). Sum of RGB (Red+Green+Blue) = 72+116+76=264 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.27% from 264); Green value is 116 (45.70% from 255 or 43.94% from 264); Blue value is 76 (30.08% from 255 or 28.79% from 264); Max value from RGB is 116 - color contains mainly: green. Hex color #48744C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48744C is #B78BB3. Grayscale: #626262. Windows color (decimal): -12028852 or 5010504. OLE color: 5010504.

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

Color convert

RGB7211676-
CMYK0.3800.340.55
HSL125.45º23.4%36.86%-
HSV(B)125.45º37.93%45.49%-
XYZ10.2214.399.08-
YUV98.28115.42109.25-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.27%
GREEN value IS 116 (45.70% from 255) = 43.94%
BLUE value IS 76 (30.08% from 255) = 28.79%
R=27.27%
G=43.94%
B=28.79%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72116760.3800.340.55125.4523.436.86
Hex48744C26022377d1725
Octal11016411446042671752745
Binary1001000111010010011001001100100010110111111110110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48744C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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