#486B4E

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

Shades of Killarney #486B4E

Tints of Killarney #486B4E

Color information

#486B4E (or 0x486B4E) is unknown color: approx Killarney. HEX triplet: 48, 6B and 4E. RGB value is (72,107,78). Sum of RGB (Red+Green+Blue) = 72+107+78=257 (34% of max value = 765). Red value is 72 (28.52% from 255 or 28.02% from 257); Green value is 107 (42.19% from 255 or 41.63% from 257); Blue value is 78 (30.86% from 255 or 30.35% from 257); Max value from RGB is 107 - color contains mainly: green. Hex color #486B4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486B4E is #B794B1. Grayscale: #5D5D5D. Windows color (decimal): -12031154 or 5139272. OLE color: 5139272.

HSL color Cylindrical-coordinate representation of color #486B4E: hue angle of 130.29º 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 #486B4E is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.58.

Color convert

RGB7210778-
CMYK0.3300.270.58
HSL130.29º19.55%35.1%-
HSV(B)130.29º32.71%41.96%-
XYZ9.3112.449.12-
YUV93.23119.4112.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.02%
GREEN value IS 107 (42.19% from 255) = 41.63%
BLUE value IS 78 (30.86% from 255) = 30.35%
R=28.02%
G=41.63%
B=30.35%

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
Decimal72107780.3300.270.58130.2919.5535.1
Hex486B4E2101B3A821423
Octal11015311641033722022443
Binary1001000110101110011101000010110111110101000001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,107,78); }

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

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

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

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

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

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

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