#486D51

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

Shades of Killarney #486D51

Tints of Killarney #486D51

Color information

#486D51 (or 0x486D51) is unknown color: approx Killarney. HEX triplet: 48, 6D and 51. RGB value is (72,109,81). Sum of RGB (Red+Green+Blue) = 72+109+81=262 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.48% from 262); Green value is 109 (42.97% from 255 or 41.60% from 262); Blue value is 81 (32.03% from 255 or 30.92% from 262); Max value from RGB is 109 - color contains mainly: green. Hex color #486D51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486D51 is #B792AE. Grayscale: #5E5E5E. Windows color (decimal): -12030639 or 5336392. OLE color: 5336392.

HSL color Cylindrical-coordinate representation of color #486D51: hue angle of 134.59º 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 #486D51 is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.57.

Color convert

RGB7210981-
CMYK0.3400.260.57
HSL134.59º20.44%35.49%-
HSV(B)134.59º33.94%42.75%-
XYZ9.6312.919.77-
YUV94.74120.24111.78-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.48%
GREEN value IS 109 (42.97% from 255) = 41.60%
BLUE value IS 81 (32.03% from 255) = 30.92%
R=27.48%
G=41.60%
B=30.92%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal72109810.3400.260.57134.5920.4435.49
Hex486D512201A39871423
Octal11015512142032712072443
Binary1001000110110110100011000100110101110011000011110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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