#488453

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

Shades of Killarney #488453

Tints of Killarney #488453

Color information

#488453 (or 0x488453) is unknown color: approx Killarney. HEX triplet: 48, 84 and 53. RGB value is (72,132,83). Sum of RGB (Red+Green+Blue) = 72+132+83=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 132 (51.95% from 255 or 45.99% from 287); Blue value is 83 (32.81% from 255 or 28.92% from 287); Max value from RGB is 132 - color contains mainly: green. Hex color #488453 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488453 is #B77BAC. Grayscale: #6C6C6C. Windows color (decimal): -12024749 or 5473352. OLE color: 5473352.

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

Color convert

RGB7213283-
CMYK0.4500.370.48
HSL131º29.41%40%-
HSV(B)131º45.45%51.76%-
XYZ12.4918.511.1-
YUV108.47113.62101.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.09%
GREEN value IS 132 (51.95% from 255) = 45.99%
BLUE value IS 83 (32.81% from 255) = 28.92%
R=25.09%
G=45.99%
B=28.92%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72132830.4500.370.4813129.4140
Hex4884532D02530831d28
Octal11020412355045602033550
Binary100100010000100101001110110101001011100001000001111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488453; }

 p { color: rgb(72,132,83); }

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

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

 a { background-color: rgb(72,132,83); }

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

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

 span { border-color: rgb(72,132,83); }

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