Html Css Color HEX #49685A Viridian Green

📋 copy color: '#49685A'

red 73 ◦ green 104 ◦ blue 90

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

Shades of Viridian Green #49685A

Tints of Viridian Green #49685A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 38.95%

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

R = 27.34%
G = 38.95%
B = 33.71%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#49685A (or 0x49685A) is known color: Viridian Green. HEX triplet: 49, 68 and 5A. RGB value is (73,104,90). Sum of RGB (Red+Green+Blue) = 73+104+90=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 104 (41.02% from 255 or 38.95% from 267); Blue value is 90 (35.55% from 255 or 33.71% from 267); Max value from RGB is 104 - color contains mainly: green. Hex color #49685A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49685A is #B697A5. Grayscale: #5D5D5D. Windows color (decimal): -11966374 or 5924937. OLE color: 5924937.

HSL color Cylindrical-coordinate representation of color #49685A: hue angle of 152.9º 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 #49685A is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 104 90 -
CMYK 0.30 0 0.13 0.59
HSL 152.9º 0.18% 0.35% -
HSV(B) 152.9º 0.3% 0.41% -
XYZ 9.54 12.06 11.5 -
YUV 93.14 126.23 113.64 -
System Red Green Blue C M Y K H S L
Decimal 73 104 90 0.30 0 0.13 0.59 152.9 0.18 0.35
Hex 49 68 5A 1E 0 D 3B 99 12 23
Octal 111 150 132 36 0 15 73 231 22 43
Binary 1001001 1101000 1011010 11110 0 1101 111011 10011001 10010 100011

Color Harmonies of #49685A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49685A

Black with #49685A

Text Example


Text Example

White with #49685A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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