Html Css Color HEX #49695A Viridian Green

📋 copy color: '#49695A'

red 73 ◦ green 105 ◦ blue 90

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

Shades of Viridian Green #49695A

Tints of Viridian Green #49695A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 39.18%

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

R = 27.24%
G = 39.18%
B = 33.58%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.14

 K value IS 0.59

RGB Variations

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

Color information

#49695A (or 0x49695A) is known color: Viridian Green. HEX triplet: 49, 69 and 5A. RGB value is (73,105,90). Sum of RGB (Red+Green+Blue) = 73+105+90=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 105 (41.41% from 255 or 39.18% from 268); Blue value is 90 (35.55% from 255 or 33.58% from 268); Max value from RGB is 105 - color contains mainly: green. Hex color #49695A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49695A is #B696A5. Grayscale: #5D5D5D. Windows color (decimal): -11966118 or 5925193. OLE color: 5925193.

HSL color Cylindrical-coordinate representation of color #49695A: hue angle of 151.88º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #49695A is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 105 90 -
CMYK 0.30 0 0.14 0.59
HSL 151.88º 0.18% 0.35% -
HSV(B) 151.88º 0.3% 0.41% -
XYZ 9.64 12.26 11.53 -
YUV 93.72 125.9 113.22 -
System Red Green Blue C M Y K H S L
Decimal 73 105 90 0.30 0 0.14 0.59 151.88 0.18 0.35
Hex 49 69 5A 1E 0 E 3B 98 12 23
Octal 111 151 132 36 0 16 73 230 22 43
Binary 1001001 1101001 1011010 11110 0 1110 111011 10011000 10010 100011

Color Harmonies of #49695A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49695A

Black with #49695A

Text Example


Text Example

White with #49695A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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