#48714C

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

Shades of Killarney #48714C

Tints of Killarney #48714C

Color information

#48714C (or 0x48714C) is unknown color: approx Killarney. HEX triplet: 48, 71 and 4C. RGB value is (72,113,76). Sum of RGB (Red+Green+Blue) = 72+113+76=261 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.59% from 261); Green value is 113 (44.53% from 255 or 43.30% from 261); Blue value is 76 (30.08% from 255 or 29.12% from 261); Max value from RGB is 113 - color contains mainly: green. Hex color #48714C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48714C is #B78EB3. Grayscale: #606060. Windows color (decimal): -12029620 or 5009736. OLE color: 5009736.

HSL color Cylindrical-coordinate representation of color #48714C: hue angle of 125.85º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #48714C is Cyan = 0.36, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB7211376-
CMYK0.3600.330.56
HSL125.85º22.16%36.27%-
HSV(B)125.85º36.28%44.31%-
XYZ9.8813.718.96-
YUV96.52116.42110.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.59%
GREEN value IS 113 (44.53% from 255) = 43.30%
BLUE value IS 76 (30.08% from 255) = 29.12%
R=27.59%
G=43.30%
B=29.12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72113760.3600.330.56125.8522.1636.27
Hex48714C24021387e1624
Octal11016111444041701762644
Binary1001000111000110011001001000100001111000111111010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48714C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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