#487348

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

Shades of Killarney #487348

Tints of Killarney #487348

Color information

#487348 (or 0x487348) is unknown color: approx Killarney. HEX triplet: 48, 73 and 48. RGB value is (72,115,72). Sum of RGB (Red+Green+Blue) = 72+115+72=259 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.80% from 259); Green value is 115 (45.31% from 255 or 44.40% from 259); Blue value is 72 (28.52% from 255 or 27.80% from 259); Max value from RGB is 115 - color contains mainly: green. Hex color #487348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487348 is #B78CB7. Grayscale: #616161. Windows color (decimal): -12029112 or 4748104. OLE color: 4748104.

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

Color convert

RGB7211572-
CMYK0.3700.370.55
HSL120º22.99%36.67%-
HSV(B)120º37.39%45.1%-
XYZ9.9714.118.33-
YUV97.24113.75110-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.80%
GREEN value IS 115 (45.31% from 255) = 44.40%
BLUE value IS 72 (28.52% from 255) = 27.80%
R=27.80%
G=44.40%
B=27.80%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72115720.3700.370.5512022.9936.67
Hex4873482502537781725
Octal11016311045045671702745
Binary1001000111001110010001001010100101110111111100010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487348; }

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

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

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

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

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

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

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

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