#487D4A

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

Shades of Killarney #487D4A

Tints of Killarney #487D4A

Color information

#487D4A (or 0x487D4A) is unknown color: approx Killarney. HEX triplet: 48, 7D and 4A. RGB value is (72,125,74). Sum of RGB (Red+Green+Blue) = 72+125+74=271 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.57% from 271); Green value is 125 (49.22% from 255 or 46.13% from 271); Blue value is 74 (29.30% from 255 or 27.31% from 271); Max value from RGB is 125 - color contains mainly: green. Hex color #487D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487D4A is #B782B5. Grayscale: #676767. Windows color (decimal): -12026550 or 4881736. OLE color: 4881736.

HSL color Cylindrical-coordinate representation of color #487D4A: hue angle of 122.26º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #487D4A is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.51.

Color convert

RGB7212574-
CMYK0.4200.410.51
HSL122.26º26.9%38.63%-
HSV(B)122.26º42.4%49.02%-
XYZ11.2416.549.08-
YUV103.34111.44105.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.57%
GREEN value IS 125 (49.22% from 255) = 46.13%
BLUE value IS 74 (29.30% from 255) = 27.31%
R=26.57%
G=46.13%
B=27.31%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal72125740.4200.410.51122.2626.938.63
Hex487D4A2A029337a1b27
Octal11017511252051631723347
Binary1001000111110110010101010100101001110011111101011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487D4A; }

 p { color: rgb(72,125,74); }

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

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

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

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

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

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

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