#486D49

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

Shades of Killarney #486D49

Tints of Killarney #486D49

Color information

#486D49 (or 0x486D49) is unknown color: approx Killarney. HEX triplet: 48, 6D and 49. RGB value is (72,109,73). Sum of RGB (Red+Green+Blue) = 72+109+73=254 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.35% from 254); Green value is 109 (42.97% from 255 or 42.91% from 254); Blue value is 73 (28.91% from 255 or 28.74% from 254); Max value from RGB is 109 - color contains mainly: green. Hex color #486D49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486D49 is #B792B6. Grayscale: #5D5D5D. Windows color (decimal): -12030647 or 4812104. OLE color: 4812104.

HSL color Cylindrical-coordinate representation of color #486D49: hue angle of 121.62º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #486D49 is Cyan = 0.34, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.57.

Color convert

RGB7210973-
CMYK0.3400.330.57
HSL121.62º20.44%35.49%-
HSV(B)121.62º33.94%42.75%-
XYZ9.3412.88.28-
YUV93.83116.24112.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.35%
GREEN value IS 109 (42.97% from 255) = 42.91%
BLUE value IS 73 (28.91% from 255) = 28.74%
R=28.35%
G=42.91%
B=28.74%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal72109730.3400.330.57121.6220.4435.49
Hex486D4922021397a1423
Octal11015511142041711722443
Binary1001000110110110010011000100100001111001111101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486D49; }

 p { color: rgb(72,109,73); }

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

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

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

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

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

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

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