#486356

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

Shades of Viridian Green #486356

Tints of Viridian Green #486356

Color information

#486356 (or 0x486356) is unknown color: approx Viridian Green. HEX triplet: 48, 63 and 56. RGB value is (72,99,86). Sum of RGB (Red+Green+Blue) = 72+99+86=257 (34% of max value = 765). Red value is 72 (28.52% from 255 or 28.02% from 257); Green value is 99 (39.06% from 255 or 38.52% from 257); Blue value is 86 (33.98% from 255 or 33.46% from 257); Max value from RGB is 99 - color contains mainly: green. Hex color #486356 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486356 is #B79CA9. Grayscale: #595959. Windows color (decimal): -12033194 or 5661512. OLE color: 5661512.

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

Color convert

RGB729986-
CMYK0.2700.130.61
HSL151.11º15.79%33.53%-
HSV(B)151.11º27.27%38.82%-
XYZ8.8110.9710.46-
YUV89.44126.05115.56-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.02%
GREEN value IS 99 (39.06% from 255) = 38.52%
BLUE value IS 86 (33.98% from 255) = 33.46%
R=28.02%
G=38.52%
B=33.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7299860.2700.130.61151.1115.7933.53
Hex4863561B0D3D971022
Octal11014312633015752272042
Binary10010001100011101011011011011011111011001011110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486356; }

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

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

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

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

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

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

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

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