#486456

Color #486456 Viridian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian Green #486456

Tints of Viridian Green #486456

Color information

#486456 (or 0x486456) is unknown color: approx Viridian Green. HEX triplet: 48, 64 and 56. RGB value is (72,100,86). Sum of RGB (Red+Green+Blue) = 72+100+86=258 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.91% from 258); Green value is 100 (39.45% from 255 or 38.76% from 258); Blue value is 86 (33.98% from 255 or 33.33% from 258); Max value from RGB is 100 - color contains mainly: green. Hex color #486456 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486456 is #B79BA9. Grayscale: #5A5A5A. Windows color (decimal): -12032938 or 5661768. OLE color: 5661768.

HSL color Cylindrical-coordinate representation of color #486456: hue angle of 150º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #486456 is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.61.

Color convert

RGB7210086-
CMYK0.2800.140.61
HSL150º16.28%33.73%-
HSV(B)150º28%39.22%-
XYZ8.9111.1610.49-
YUV90.03125.72115.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.91%
GREEN value IS 100 (39.45% from 255) = 38.76%
BLUE value IS 86 (33.98% from 255) = 33.33%
R=27.91%
G=38.76%
B=33.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal72100860.2800.140.6115016.2833.73
Hex4864561C0E3D961022
Octal11014412634016752262042
Binary10010001100100101011011100011101111011001011010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486456; }

 p { color: rgb(72,100,86); }

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

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

 a { background-color: rgb(72,100,86); }

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

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

 span { border-color: rgb(72,100,86); }

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