#486E4B

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

Shades of Killarney #486E4B

Tints of Killarney #486E4B

Color information

#486E4B (or 0x486E4B) is unknown color: approx Killarney. HEX triplet: 48, 6E and 4B. RGB value is (72,110,75). Sum of RGB (Red+Green+Blue) = 72+110+75=257 (34% of max value = 765). Red value is 72 (28.52% from 255 or 28.02% from 257); Green value is 110 (43.36% from 255 or 42.80% from 257); Blue value is 75 (29.69% from 255 or 29.18% from 257); Max value from RGB is 110 - color contains mainly: green. Hex color #486E4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486E4B is #B791B4. Grayscale: #5E5E5E. Windows color (decimal): -12030389 or 4943432. OLE color: 4943432.

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

Color convert

RGB7211075-
CMYK0.3500.320.57
HSL124.74º20.88%35.69%-
HSV(B)124.74º34.55%43.14%-
XYZ9.5213.048.67-
YUV94.65116.91111.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.02%
GREEN value IS 110 (43.36% from 255) = 42.80%
BLUE value IS 75 (29.69% from 255) = 29.18%
R=28.02%
G=42.80%
B=29.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal72110750.3500.320.57124.7420.8835.69
Hex486E4B23020397d1524
Octal11015611343040711752544
Binary1001000110111010010111000110100000111001111110110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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