#486D4B

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

Shades of Killarney #486D4B

Tints of Killarney #486D4B

Color information

#486D4B (or 0x486D4B) is unknown color: approx Killarney. HEX triplet: 48, 6D and 4B. RGB value is (72,109,75). Sum of RGB (Red+Green+Blue) = 72+109+75=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 109 (42.97% from 255 or 42.58% from 256); Blue value is 75 (29.69% from 255 or 29.30% from 256); Max value from RGB is 109 - color contains mainly: green. Hex color #486D4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486D4B is #B792B4. Grayscale: #5E5E5E. Windows color (decimal): -12030645 or 4943176. OLE color: 4943176.

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

Color convert

RGB7210975-
CMYK0.3400.310.57
HSL124.86º20.44%35.49%-
HSV(B)124.86º33.94%42.75%-
XYZ9.4112.828.64-
YUV94.06117.24112.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.12%
GREEN value IS 109 (42.97% from 255) = 42.58%
BLUE value IS 75 (29.69% from 255) = 29.30%
R=28.12%
G=42.58%
B=29.30%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal72109750.3400.310.57124.8620.4435.49
Hex486D4B2201F397d1423
Octal11015511342037711752443
Binary100100011011011001011100010011111111001111110110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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