#488149

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

Shades of Killarney #488149

Tints of Killarney #488149

Color information

#488149 (or 0x488149) is unknown color: approx Killarney. HEX triplet: 48, 81 and 49. RGB value is (72,129,73). Sum of RGB (Red+Green+Blue) = 72+129+73=274 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.28% from 274); Green value is 129 (50.78% from 255 or 47.08% from 274); Blue value is 73 (28.91% from 255 or 26.64% from 274); Max value from RGB is 129 - color contains mainly: green. Hex color #488149 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488149 is #B77EB6. Grayscale: #696969. Windows color (decimal): -12025527 or 4817224. OLE color: 4817224.

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

Color convert

RGB7212973-
CMYK0.4400.430.49
HSL121.05º28.36%39.41%-
HSV(B)121.05º44.19%50.59%-
XYZ11.7317.569.07-
YUV105.57109.62104.05-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.28%
GREEN value IS 129 (50.78% from 255) = 47.08%
BLUE value IS 73 (28.91% from 255) = 26.64%
R=26.28%
G=47.08%
B=26.64%

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
Decimal72129730.4400.430.49121.0528.3639.41
Hex4881492C02B31791c27
Octal11020111154053611713447
Binary10010001000000110010011011000101011110001111100111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488149; }

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

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

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

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

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

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

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

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