#486256

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

Shades of Viridian Green #486256

Tints of Viridian Green #486256

Color information

#486256 (or 0x486256) is unknown color: approx Viridian Green. HEX triplet: 48, 62 and 56. RGB value is (72,98,86). Sum of RGB (Red+Green+Blue) = 72+98+86=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 98 (38.67% from 255 or 38.28% from 256); Blue value is 86 (33.98% from 255 or 33.59% from 256); Max value from RGB is 98 - color contains mainly: green. Hex color #486256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486256 is #B79DA9. Grayscale: #585858. Windows color (decimal): -12033450 or 5661256. OLE color: 5661256.

HSL color Cylindrical-coordinate representation of color #486256: hue angle of 152.31º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #486256 is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB729886-
CMYK0.2700.120.62
HSL152.31º15.29%33.33%-
HSV(B)152.31º26.53%38.43%-
XYZ8.7210.7810.43-
YUV88.86126.39115.98-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.12%
GREEN value IS 98 (38.67% from 255) = 38.28%
BLUE value IS 86 (33.98% from 255) = 33.59%
R=28.12%
G=38.28%
B=33.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7298860.2700.120.62152.3115.2933.33
Hex4862561B0C3E98f21
Octal11014212633014762301741
Binary1001000110001010101101101101100111110100110001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486256; }

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

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

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

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

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

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

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

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