#48814C

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

Shades of Killarney #48814C

Tints of Killarney #48814C

Color information

#48814C (or 0x48814C) is unknown color: approx Killarney. HEX triplet: 48, 81 and 4C. RGB value is (72,129,76). Sum of RGB (Red+Green+Blue) = 72+129+76=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 129 (50.78% from 255 or 46.57% from 277); Blue value is 76 (30.08% from 255 or 27.44% from 277); Max value from RGB is 129 - color contains mainly: green. Hex color #48814C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48814C is #B77EB3. Grayscale: #6A6A6A. Windows color (decimal): -12025524 or 5013832. OLE color: 5013832.

HSL color Cylindrical-coordinate representation of color #48814C: hue angle of 124.21º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #48814C is Cyan = 0.44, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB7212976-
CMYK0.4400.410.49
HSL124.21º28.36%39.41%-
HSV(B)124.21º44.19%50.59%-
XYZ11.8317.69.61-
YUV105.92111.12103.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.99%
GREEN value IS 129 (50.78% from 255) = 46.57%
BLUE value IS 76 (30.08% from 255) = 27.44%
R=25.99%
G=46.57%
B=27.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72129760.4400.410.49124.2128.3639.41
Hex48814C2C029317c1c27
Octal11020111454051611743447
Binary10010001000000110011001011000101001110001111110011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48814C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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