#49655A

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

Shades of Viridian Green #49655A

Tints of Viridian Green #49655A

Color information

#49655A (or 0x49655A) is unknown color: approx Viridian Green. HEX triplet: 49, 65 and 5A. RGB value is (73,101,90). Sum of RGB (Red+Green+Blue) = 73+101+90=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 101 (39.84% from 255 or 38.26% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 101 - color contains mainly: green. Hex color #49655A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49655A is #B69AA5. Grayscale: #5B5B5B. Windows color (decimal): -11967142 or 5924169. OLE color: 5924169.

HSL color Cylindrical-coordinate representation of color #49655A: hue angle of 156.43º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #49655A is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.60.

Color convert

RGB7310190-
CMYK0.2800.110.60
HSL156.43º16.09%34.12%-
HSV(B)156.43º27.72%39.61%-
XYZ9.2511.4611.4-
YUV91.37127.22114.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.65%
GREEN value IS 101 (39.84% from 255) = 38.26%
BLUE value IS 90 (35.55% from 255) = 34.09%
R=27.65%
G=38.26%
B=34.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal73101900.2800.110.60156.4316.0934.12
Hex49655A1C0B3C9c1022
Octal11114513234013742342042
Binary10010011100101101101011100010111111001001110010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49655A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49655A; }

 p { color: rgb(73,101,90); }

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

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

 a { background-color: rgb(73,101,90); }

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

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

 span { border-color: rgb(73,101,90); }

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