#488949

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

Shades of Killarney #488949

Tints of Killarney #488949

Color information

#488949 (or 0x488949) is unknown color: approx Killarney. HEX triplet: 48, 89 and 49. RGB value is (72,137,73). Sum of RGB (Red+Green+Blue) = 72+137+73=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 137 (53.91% from 255 or 48.58% from 282); Blue value is 73 (28.91% from 255 or 25.89% from 282); Max value from RGB is 137 - color contains mainly: green. Hex color #488949 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488949 is #B776B6. Grayscale: #6E6E6E. Windows color (decimal): -12023479 or 4819272. OLE color: 4819272.

HSL color Cylindrical-coordinate representation of color #488949: hue angle of 120.92º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #488949 is Cyan = 0.47, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB7213773-
CMYK0.4700.470.46
HSL120.92º31.1%40.98%-
HSV(B)120.92º47.45%53.73%-
XYZ12.8219.759.44-
YUV110.27106.97100.7-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.53%
GREEN value IS 137 (53.91% from 255) = 48.58%
BLUE value IS 73 (28.91% from 255) = 25.89%
R=25.53%
G=48.58%
B=25.89%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal72137730.4700.470.46120.9231.140.98
Hex4889492F02F2E791f29
Octal11021111157057561713751
Binary10010001000100110010011011110101111101110111100111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488949; }

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

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

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

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

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

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

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

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