#488253

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

Shades of Killarney #488253

Tints of Killarney #488253

Color information

#488253 (or 0x488253) is unknown color: approx Killarney. HEX triplet: 48, 82 and 53. RGB value is (72,130,83). Sum of RGB (Red+Green+Blue) = 72+130+83=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 130 (51.17% from 255 or 45.61% from 285); Blue value is 83 (32.81% from 255 or 29.12% from 285); Max value from RGB is 130 - color contains mainly: green. Hex color #488253 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488253 is #B77DAC. Grayscale: #6B6B6B. Windows color (decimal): -12025261 or 5472840. OLE color: 5472840.

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

Color convert

RGB7213083-
CMYK0.4500.360.49
HSL131.38º28.71%39.61%-
HSV(B)131.38º44.62%50.98%-
XYZ12.2217.9711.01-
YUV107.3114.28102.82-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.26%
GREEN value IS 130 (51.17% from 255) = 45.61%
BLUE value IS 83 (32.81% from 255) = 29.12%
R=25.26%
G=45.61%
B=29.12%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72130830.4500.360.49131.3828.7139.61
Hex4882532D02431831d28
Octal11020212355044612033550
Binary100100010000010101001110110101001001100011000001111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488253; }

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

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

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

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

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

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

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

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