#488152

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

Shades of Killarney #488152

Tints of Killarney #488152

Color information

#488152 (or 0x488152) is unknown color: approx Killarney. HEX triplet: 48, 81 and 52. RGB value is (72,129,82). Sum of RGB (Red+Green+Blue) = 72+129+82=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 129 (50.78% from 255 or 45.58% from 283); Blue value is 82 (32.42% from 255 or 28.98% from 283); Max value from RGB is 129 - color contains mainly: green. Hex color #488152 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488152 is #B77EAD. Grayscale: #6A6A6A. Windows color (decimal): -12025518 or 5407048. OLE color: 5407048.

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

Color convert

RGB7212982-
CMYK0.4400.360.49
HSL130.53º28.36%39.41%-
HSV(B)130.53º44.19%50.59%-
XYZ12.0517.6910.76-
YUV106.6114.12103.32-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.44%
GREEN value IS 129 (50.78% from 255) = 45.58%
BLUE value IS 82 (32.42% from 255) = 28.98%
R=25.44%
G=45.58%
B=28.98%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72129820.4400.360.49130.5328.3639.41
Hex4881522C02431831c27
Octal11020112254044612033447
Binary100100010000001101001010110001001001100011000001111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488152; }

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

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

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

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

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

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

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

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