#488251

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

Shades of Killarney #488251

Tints of Killarney #488251

Color information

#488251 (or 0x488251) is unknown color: approx Killarney. HEX triplet: 48, 82 and 51. RGB value is (72,130,81). Sum of RGB (Red+Green+Blue) = 72+130+81=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 81 (32.03% from 255 or 28.62% from 283); Max value from RGB is 130 - color contains mainly: green. Hex color #488251 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488251 is #B77DAE. Grayscale: #6B6B6B. Windows color (decimal): -12025263 or 5341768. OLE color: 5341768.

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

Color convert

RGB7213081-
CMYK0.4500.380.49
HSL129.31º28.71%39.61%-
HSV(B)129.31º44.62%50.98%-
XYZ12.1417.9410.61-
YUV107.07113.28102.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.44%
GREEN value IS 130 (51.17% from 255) = 45.94%
BLUE value IS 81 (32.03% from 255) = 28.62%
R=25.44%
G=45.94%
B=28.62%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72130810.4500.380.49129.3128.7139.61
Hex4882512D02631811d28
Octal11020212155046612013550
Binary100100010000010101000110110101001101100011000000111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488251; }

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

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

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

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

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

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

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

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