#485E56

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

Shades of Viridian Green #485E56

Tints of Viridian Green #485E56

Color information

#485E56 (or 0x485E56) is unknown color: approx Viridian Green. HEX triplet: 48, 5E and 56. RGB value is (72,94,86). Sum of RGB (Red+Green+Blue) = 72+94+86=252 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.57% from 252); Green value is 94 (37.11% from 255 or 37.30% from 252); Blue value is 86 (33.98% from 255 or 34.13% from 252); Max value from RGB is 94 - color contains mainly: green. Hex color #485E56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485E56 is #B7A1A9. Grayscale: #565656. Windows color (decimal): -12034474 or 5660232. OLE color: 5660232.

HSL color Cylindrical-coordinate representation of color #485E56: hue angle of 158.18º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #485E56 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.63.

Color convert

RGB729486-
CMYK0.2300.090.63
HSL158.18º13.25%32.55%-
HSV(B)158.18º23.4%36.86%-
XYZ8.3510.0610.3-
YUV86.51127.71117.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.57%
GREEN value IS 94 (37.11% from 255) = 37.30%
BLUE value IS 86 (33.98% from 255) = 34.13%
R=28.57%
G=37.30%
B=34.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7294860.2300.090.63158.1813.2532.55
Hex485E5617093F9ed21
Octal11013612627011772361541
Binary1001000101111010101101011101001111111100111101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485E56; }

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

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

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

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

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

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

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

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