#488051

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

Shades of Killarney #488051

Tints of Killarney #488051

Color information

#488051 (or 0x488051) is unknown color: approx Killarney. HEX triplet: 48, 80 and 51. RGB value is (72,128,81). Sum of RGB (Red+Green+Blue) = 72+128+81=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 128 (50.39% from 255 or 45.55% from 281); Blue value is 81 (32.03% from 255 or 28.83% from 281); Max value from RGB is 128 - color contains mainly: green. Hex color #488051 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488051 is #B77FAE. Grayscale: #6A6A6A. Windows color (decimal): -12025775 or 5341256. OLE color: 5341256.

HSL color Cylindrical-coordinate representation of color #488051: hue angle of 129.64º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #488051 is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.50.

Color convert

RGB7212881-
CMYK0.4400.370.50
HSL129.64º28%39.22%-
HSV(B)129.64º43.75%50.2%-
XYZ11.8817.4110.52-
YUV105.9113.95103.82-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.62%
GREEN value IS 128 (50.39% from 255) = 45.55%
BLUE value IS 81 (32.03% from 255) = 28.83%
R=25.62%
G=45.55%
B=28.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal72128810.4400.370.50129.642839.22
Hex4880512C02532821c27
Octal11020012154045622023447
Binary100100010000000101000110110001001011100101000001011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488051; }

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

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

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

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

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

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

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

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