#486E4C

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

Shades of Killarney #486E4C

Tints of Killarney #486E4C

Color information

#486E4C (or 0x486E4C) is unknown color: approx Killarney. HEX triplet: 48, 6E and 4C. RGB value is (72,110,76). Sum of RGB (Red+Green+Blue) = 72+110+76=258 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.91% from 258); Green value is 110 (43.36% from 255 or 42.64% from 258); Blue value is 76 (30.08% from 255 or 29.46% from 258); Max value from RGB is 110 - color contains mainly: green. Hex color #486E4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486E4C is #B791B3. Grayscale: #5E5E5E. Windows color (decimal): -12030388 or 5008968. OLE color: 5008968.

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

Color convert

RGB7211076-
CMYK0.3500.310.57
HSL126.32º20.88%35.69%-
HSV(B)126.32º34.55%43.14%-
XYZ9.5513.058.85-
YUV94.76117.41111.76-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.91%
GREEN value IS 110 (43.36% from 255) = 42.64%
BLUE value IS 76 (30.08% from 255) = 29.46%
R=27.91%
G=42.64%
B=29.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal72110760.3500.310.57126.3220.8835.69
Hex486E4C2301F397e1524
Octal11015611443037711762544
Binary100100011011101001100100011011111111001111111010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,110,76); }

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

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

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

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

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

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

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