#48814A

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

Shades of Killarney #48814A

Tints of Killarney #48814A

Color information

#48814A (or 0x48814A) is unknown color: approx Killarney. HEX triplet: 48, 81 and 4A. RGB value is (72,129,74). Sum of RGB (Red+Green+Blue) = 72+129+74=275 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.18% from 275); Green value is 129 (50.78% from 255 or 46.91% from 275); Blue value is 74 (29.30% from 255 or 26.91% from 275); Max value from RGB is 129 - color contains mainly: green. Hex color #48814A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48814A is #B77EB5. Grayscale: #696969. Windows color (decimal): -12025526 or 4882760. OLE color: 4882760.

HSL color Cylindrical-coordinate representation of color #48814A: hue angle of 122.11º 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 #48814A is Cyan = 0.44, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB7212974-
CMYK0.4400.430.49
HSL122.11º28.36%39.41%-
HSV(B)122.11º44.19%50.59%-
XYZ11.7617.579.25-
YUV105.69110.12103.97-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.18%
GREEN value IS 129 (50.78% from 255) = 46.91%
BLUE value IS 74 (29.30% from 255) = 26.91%
R=26.18%
G=46.91%
B=26.91%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72129740.4400.430.49122.1128.3639.41
Hex48814A2C02B317a1c27
Octal11020111254053611723447
Binary10010001000000110010101011000101011110001111101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48814A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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