#488249

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

Shades of Killarney #488249

Tints of Killarney #488249

Color information

#488249 (or 0x488249) is unknown color: approx Killarney. HEX triplet: 48, 82 and 49. RGB value is (72,130,73). Sum of RGB (Red+Green+Blue) = 72+130+73=275 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.18% from 275); Green value is 130 (51.17% from 255 or 47.27% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 130 - color contains mainly: green. Hex color #488249 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488249 is #B77DB6. Grayscale: #6A6A6A. Windows color (decimal): -12025271 or 4817480. OLE color: 4817480.

HSL color Cylindrical-coordinate representation of color #488249: hue angle of 121.03º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #488249 is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB7213073-
CMYK0.4500.440.49
HSL121.03º28.71%39.61%-
HSV(B)121.03º44.62%50.98%-
XYZ11.8617.829.12-
YUV106.16109.28103.63-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.18%
GREEN value IS 130 (51.17% from 255) = 47.27%
BLUE value IS 73 (28.91% from 255) = 26.55%
R=26.18%
G=47.27%
B=26.55%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72130730.4500.440.49121.0328.7139.61
Hex4882492D02C31791d28
Octal11020211155054611713550
Binary10010001000001010010011011010101100110001111100111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488249; }

 p { color: rgb(72,130,73); }

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

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

 a { background-color: rgb(72,130,73); }

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

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

 span { border-color: rgb(72,130,73); }

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