#487A48

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

Shades of Killarney #487A48

Tints of Killarney #487A48

Color information

#487A48 (or 0x487A48) is unknown color: approx Killarney. HEX triplet: 48, 7A and 48. RGB value is (72,122,72). Sum of RGB (Red+Green+Blue) = 72+122+72=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 122 (48.05% from 255 or 45.86% from 266); Blue value is 72 (28.52% from 255 or 27.07% from 266); Max value from RGB is 122 - color contains mainly: green. Hex color #487A48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487A48 is #B785B7. Grayscale: #656565. Windows color (decimal): -12027320 or 4749896. OLE color: 4749896.

HSL color Cylindrical-coordinate representation of color #487A48: hue angle of 120º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #487A48 is Cyan = 0.41, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.52.

Color convert

RGB7212272-
CMYK0.4100.410.52
HSL120º25.77%38.04%-
HSV(B)120º40.98%47.84%-
XYZ10.815.768.6-
YUV101.35111.44107.07-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.07%
GREEN value IS 122 (48.05% from 255) = 45.86%
BLUE value IS 72 (28.52% from 255) = 27.07%
R=27.07%
G=45.86%
B=27.07%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal72122720.4100.410.5212025.7738.04
Hex487A482902934781a26
Octal11017211051051641703246
Binary1001000111101010010001010010101001110100111100011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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