#486C4F

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

Shades of Killarney #486C4F

Tints of Killarney #486C4F

Color information

#486C4F (or 0x486C4F) is unknown color: approx Killarney. HEX triplet: 48, 6C and 4F. RGB value is (72,108,79). Sum of RGB (Red+Green+Blue) = 72+108+79=259 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.80% from 259); Green value is 108 (42.58% from 255 or 41.70% from 259); Blue value is 79 (31.25% from 255 or 30.50% from 259); Max value from RGB is 108 - color contains mainly: green. Hex color #486C4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486C4F is #B793B0. Grayscale: #5E5E5E. Windows color (decimal): -12030897 or 5205064. OLE color: 5205064.

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

Color convert

RGB7210879-
CMYK0.3300.270.58
HSL131.67º20%35.29%-
HSV(B)131.67º33.33%42.35%-
XYZ9.4512.679.34-
YUV93.93119.57112.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.80%
GREEN value IS 108 (42.58% from 255) = 41.70%
BLUE value IS 79 (31.25% from 255) = 30.50%
R=27.80%
G=41.70%
B=30.50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72108790.3300.270.58131.672035.29
Hex486C4F2101B3A841423
Octal11015411741033722042443
Binary1001000110110010011111000010110111110101000010010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,108,79); }

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

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

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

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

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

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

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