#487850

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

Shades of Killarney #487850

Tints of Killarney #487850

Color information

#487850 (or 0x487850) is unknown color: approx Killarney. HEX triplet: 48, 78 and 50. RGB value is (72,120,80). Sum of RGB (Red+Green+Blue) = 72+120+80=272 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.47% from 272); Green value is 120 (47.27% from 255 or 44.12% from 272); Blue value is 80 (31.64% from 255 or 29.41% from 272); Max value from RGB is 120 - color contains mainly: green. Hex color #487850 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487850 is #B787AF. Grayscale: #656565. Windows color (decimal): -12027824 or 5273672. OLE color: 5273672.

HSL color Cylindrical-coordinate representation of color #487850: hue angle of 130º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #487850 is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB7212080-
CMYK0.4000.330.53
HSL130º25%37.65%-
HSV(B)130º40%47.06%-
XYZ10.8415.399.99-
YUV101.09116.1107.25-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.47%
GREEN value IS 120 (47.27% from 255) = 44.12%
BLUE value IS 80 (31.64% from 255) = 29.41%
R=26.47%
G=44.12%
B=29.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72120800.4000.330.531302537.65
Hex4878502802135821926
Octal11017012050041652023146
Binary10010001111000101000010100001000011101011000001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487850; }

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

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

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

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

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

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

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

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