Html Css Color HEX #49645A Viridian Green

📋 copy color: '#49645A'

red 73 ◦ green 100 ◦ blue 90

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

Shades of Viridian Green #49645A

Tints of Viridian Green #49645A

RGB

 RED value IS 73 (28.91% from 255) = 27.76%

 GREEN value IS 100 (39.45% from 255) = 38.02%

 BLUE value IS 90 (35.55% from 255) = 34.22%

R = 27.76%
G = 38.02%
B = 34.22%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.10

 K value IS 0.61

RGB Variations

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

Color information

#49645A (or 0x49645A) is known color: Viridian Green. HEX triplet: 49, 64 and 5A. RGB value is (73,100,90). Sum of RGB (Red+Green+Blue) = 73+100+90=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 100 (39.45% from 255 or 38.02% from 263); Blue value is 90 (35.55% from 255 or 34.22% from 263); Max value from RGB is 100 - color contains mainly: green. Hex color #49645A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49645A is #B69BA5. Grayscale: #5A5A5A. Windows color (decimal): -11967398 or 5923913. OLE color: 5923913.

HSL color Cylindrical-coordinate representation of color #49645A: hue angle of 157.78º 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 #49645A is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.61.

Color convert

RGB 73 100 90 -
CMYK 0.27 0 0.10 0.61
HSL 157.78º 0.16% 0.34% -
HSV(B) 157.78º 0.27% 0.39% -
XYZ 9.15 11.27 11.37 -
YUV 90.79 127.55 115.31 -
System Red Green Blue C M Y K H S L
Decimal 73 100 90 0.27 0 0.10 0.61 157.78 0.16 0.34
Hex 49 64 5A 1B 0 A 3D 9E 10 22
Octal 111 144 132 33 0 12 75 236 20 42
Binary 1001001 1100100 1011010 11011 0 1010 111101 10011110 10000 100010

Color Harmonies of #49645A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49645A

Black with #49645A

Text Example


Text Example

White with #49645A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #49645A;
 }
 .AnyTagClassName
 {
   color: #49645A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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