#48744D

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

Shades of Killarney #48744D

Tints of Killarney #48744D

Color information

#48744D (or 0x48744D) is unknown color: approx Killarney. HEX triplet: 48, 74 and 4D. RGB value is (72,116,77). Sum of RGB (Red+Green+Blue) = 72+116+77=265 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.17% from 265); Green value is 116 (45.70% from 255 or 43.77% from 265); Blue value is 77 (30.47% from 255 or 29.06% from 265); Max value from RGB is 116 - color contains mainly: green. Hex color #48744D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48744D is #B78BB2. Grayscale: #626262. Windows color (decimal): -12028851 or 5076040. OLE color: 5076040.

HSL color Cylindrical-coordinate representation of color #48744D: hue angle of 126.82º 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 #48744D is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB7211677-
CMYK0.3800.340.55
HSL126.82º23.4%36.86%-
HSV(B)126.82º37.93%45.49%-
XYZ10.2614.49.26-
YUV98.4115.92109.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.17%
GREEN value IS 116 (45.70% from 255) = 43.77%
BLUE value IS 77 (30.47% from 255) = 29.06%
R=27.17%
G=43.77%
B=29.06%

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
Decimal72116770.3800.340.55126.8223.436.86
Hex48744D26022377f1725
Octal11016411546042671772745
Binary1001000111010010011011001100100010110111111111110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48744D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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