#488C51

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

Shades of Killarney #488C51

Tints of Killarney #488C51

Color information

#488C51 (or 0x488C51) is unknown color: approx Killarney. HEX triplet: 48, 8C and 51. RGB value is (72,140,81). Sum of RGB (Red+Green+Blue) = 72+140+81=293 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.57% from 293); Green value is 140 (55.08% from 255 or 47.78% from 293); Blue value is 81 (32.03% from 255 or 27.65% from 293); Max value from RGB is 140 - color contains mainly: green. Hex color #488C51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488C51 is #B773AE. Grayscale: #717171. Windows color (decimal): -12022703 or 5344328. OLE color: 5344328.

HSL color Cylindrical-coordinate representation of color #488C51: hue angle of 127.94º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #488C51 is Cyan = 0.49, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.

Color convert

RGB7214081-
CMYK0.4900.420.45
HSL127.94º32.08%41.57%-
HSV(B)127.94º48.57%54.9%-
XYZ13.5420.7311.07-
YUV112.94109.9798.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.57%
GREEN value IS 140 (55.08% from 255) = 47.78%
BLUE value IS 81 (32.03% from 255) = 27.65%
R=24.57%
G=47.78%
B=27.65%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal72140810.4900.420.45127.9432.0841.57
Hex488C513102A2D80202a
Octal11021412161052552004052
Binary1001000100011001010001110001010101010110110000000100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488C51; }

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

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

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

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

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

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

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

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