Html Css Color HEX #49655A Viridian Green

📋 copy color: '#49655A'

red 73 ◦ green 101 ◦ blue 90

#49655A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viridian Green #49655A

Tints of Viridian Green #49655A

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 value IS 0.28

 M value IS 0

 Y value IS 0.11

 K value IS 0.60

RGB Variations

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

Color information

#49655A (or 0x49655A) is known color: 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

RGB 73 101 90 -
CMYK 0.28 0 0.11 0.60
HSL 156.43º 0.16% 0.34% -
HSV(B) 156.43º 0.28% 0.4% -
XYZ 9.25 11.46 11.4 -
YUV 91.37 127.22 114.89 -
System Red Green Blue C M Y K H S L
Decimal 73 101 90 0.28 0 0.11 0.60 156.43 0.16 0.34
Hex 49 65 5A 1C 0 B 3C 9C 10 22
Octal 111 145 132 34 0 13 74 234 20 42
Binary 1001001 1100101 1011010 11100 0 1011 111100 10011100 10000 100010

Color Harmonies of #49655A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49655A

Black with #49655A

Text Example


Text Example

White with #49655A

Text Example


Text Example

HTML Codes & Css Web 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>