#488552

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

Shades of Killarney #488552

Tints of Killarney #488552

Color information

#488552 (or 0x488552) is unknown color: approx Killarney. HEX triplet: 48, 85 and 52. RGB value is (72,133,82). Sum of RGB (Red+Green+Blue) = 72+133+82=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 133 (52.34% from 255 or 46.34% from 287); Blue value is 82 (32.42% from 255 or 28.57% from 287); Max value from RGB is 133 - color contains mainly: green. Hex color #488552 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488552 is #B77AAD. Grayscale: #6D6D6D. Windows color (decimal): -12024494 or 5408072. OLE color: 5408072.

HSL color Cylindrical-coordinate representation of color #488552: hue angle of 129.84º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #488552 is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB7213382-
CMYK0.4600.380.48
HSL129.84º29.76%40.2%-
HSV(B)129.84º45.86%52.16%-
XYZ12.5818.7610.94-
YUV108.95112.79101.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.09%
GREEN value IS 133 (52.34% from 255) = 46.34%
BLUE value IS 82 (32.42% from 255) = 28.57%
R=25.09%
G=46.34%
B=28.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72133820.4600.380.48129.8429.7640.2
Hex4885522E02630821e28
Octal11020512256046602023650
Binary100100010000101101001010111001001101100001000001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488552; }

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

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

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

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

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

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

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

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