#487350

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

Shades of Killarney #487350

Tints of Killarney #487350

Color information

#487350 (or 0x487350) is unknown color: approx Killarney. HEX triplet: 48, 73 and 50. RGB value is (72,115,80). Sum of RGB (Red+Green+Blue) = 72+115+80=267 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.97% from 267); Green value is 115 (45.31% from 255 or 43.07% from 267); Blue value is 80 (31.64% from 255 or 29.96% from 267); Max value from RGB is 115 - color contains mainly: green. Hex color #487350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487350 is #B78CAF. Grayscale: #626262. Windows color (decimal): -12029104 or 5272392. OLE color: 5272392.

HSL color Cylindrical-coordinate representation of color #487350: hue angle of 131.16º 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 #487350 is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB7211580-
CMYK0.3700.300.55
HSL131.16º22.99%36.67%-
HSV(B)131.16º37.39%45.1%-
XYZ10.2514.229.79-
YUV98.15117.75109.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.97%
GREEN value IS 115 (45.31% from 255) = 43.07%
BLUE value IS 80 (31.64% from 255) = 29.96%
R=26.97%
G=43.07%
B=29.96%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72115800.3700.300.55131.1622.9936.67
Hex4873502501E37831725
Octal11016312045036672032745
Binary1001000111001110100001001010111101101111000001110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487350; }

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

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

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

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

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

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

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

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