#488254

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

Shades of Killarney #488254

Tints of Killarney #488254

Color information

#488254 (or 0x488254) is unknown color: approx Killarney. HEX triplet: 48, 82 and 54. RGB value is (72,130,84). Sum of RGB (Red+Green+Blue) = 72+130+84=286 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.17% from 286); Green value is 130 (51.17% from 255 or 45.45% from 286); Blue value is 84 (33.20% from 255 or 29.37% from 286); Max value from RGB is 130 - color contains mainly: green. Hex color #488254 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488254 is #B77DAB. Grayscale: #6B6B6B. Windows color (decimal): -12025260 or 5538376. OLE color: 5538376.

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

Color convert

RGB7213084-
CMYK0.4500.350.49
HSL132.41º28.71%39.61%-
HSV(B)132.41º44.62%50.98%-
XYZ12.2617.9811.21-
YUV107.41114.78102.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.17%
GREEN value IS 130 (51.17% from 255) = 45.45%
BLUE value IS 84 (33.20% from 255) = 29.37%
R=25.17%
G=45.45%
B=29.37%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72130840.4500.350.49132.4128.7139.61
Hex4882542D02331841d28
Octal11020212455043612043550
Binary100100010000010101010010110101000111100011000010011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488254; }

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

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

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

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

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

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

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

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