#487048

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

Shades of Killarney #487048

Tints of Killarney #487048

Color information

#487048 (or 0x487048) is unknown color: approx Killarney. HEX triplet: 48, 70 and 48. RGB value is (72,112,72). Sum of RGB (Red+Green+Blue) = 72+112+72=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 72 (28.52% from 255 or 28.12% from 256); Max value from RGB is 112 - color contains mainly: green. Hex color #487048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487048 is #B78FB7. Grayscale: #5F5F5F. Windows color (decimal): -12029880 or 4747336. OLE color: 4747336.

HSL color Cylindrical-coordinate representation of color #487048: hue angle of 120º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #487048 is Cyan = 0.36, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB7211272-
CMYK0.3600.360.56
HSL120º21.74%36.08%-
HSV(B)120º35.71%43.92%-
XYZ9.6413.438.22-
YUV95.48114.75111.25-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.12%
GREEN value IS 112 (44.14% from 255) = 43.75%
BLUE value IS 72 (28.52% from 255) = 28.12%
R=28.12%
G=43.75%
B=28.12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72112720.3600.360.5612021.7436.08
Hex4870482402438781624
Octal11016011044044701702644
Binary1001000111000010010001001000100100111000111100010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487048; }

 p { color: rgb(72,112,72); }

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

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

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

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

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

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

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