#486F46

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

Shades of Killarney #486F46

Tints of Killarney #486F46

Color information

#486F46 (or 0x486F46) is unknown color: approx Killarney. HEX triplet: 48, 6F and 46. RGB value is (72,111,70). Sum of RGB (Red+Green+Blue) = 72+111+70=253 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.46% from 253); Green value is 111 (43.75% from 255 or 43.87% from 253); Blue value is 70 (27.73% from 255 or 27.67% from 253); Max value from RGB is 111 - color contains mainly: green. Hex color #486F46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486F46 is #B790B9. Grayscale: #5E5E5E. Windows color (decimal): -12030138 or 4616008. OLE color: 4616008.

HSL color Cylindrical-coordinate representation of color #486F46: hue angle of 117.07º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #486F46 is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB7211170-
CMYK0.3500.370.56
HSL117.07º22.65%35.49%-
HSV(B)117.07º36.94%43.53%-
XYZ9.4613.197.84-
YUV94.66114.08111.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.46%
GREEN value IS 111 (43.75% from 255) = 43.87%
BLUE value IS 70 (27.73% from 255) = 27.67%
R=28.46%
G=43.87%
B=27.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72111700.3500.370.56117.0722.6535.49
Hex486F462302538751723
Octal11015710643045701652743
Binary1001000110111110001101000110100101111000111010110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,111,70); }

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

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

 a { background-color: rgb(72,111,70); }

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

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

 span { border-color: rgb(72,111,70); }

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