Html Css Color HEX #49685B Viridian Green

📋 copy color: '#49685B'

red 73 ◦ green 104 ◦ blue 91

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

Shades of Viridian Green #49685B

Tints of Viridian Green #49685B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 33.96%

R = 27.24%
G = 38.81%
B = 33.96%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#49685B (or 0x49685B) is known color: Viridian Green. HEX triplet: 49, 68 and 5B. RGB value is (73,104,91). Sum of RGB (Red+Green+Blue) = 73+104+91=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 104 (41.02% from 255 or 38.81% from 268); Blue value is 91 (35.94% from 255 or 33.96% from 268); Max value from RGB is 104 - color contains mainly: green. Hex color #49685B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49685B is #B697A4. Grayscale: #5D5D5D. Windows color (decimal): -11966373 or 5990473. OLE color: 5990473.

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

Color convert

RGB 73 104 91 -
CMYK 0.30 0 0.12 0.59
HSL 154.84º 0.18% 0.35% -
HSV(B) 154.84º 0.3% 0.41% -
XYZ 9.59 12.07 11.72 -
YUV 93.25 126.73 113.56 -
System Red Green Blue C M Y K H S L
Decimal 73 104 91 0.30 0 0.12 0.59 154.84 0.18 0.35
Hex 49 68 5B 1E 0 C 3B 9B 12 23
Octal 111 150 133 36 0 14 73 233 22 43
Binary 1001001 1101000 1011011 11110 0 1100 111011 10011011 10010 100011

Color Harmonies of #49685B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49685B

Black with #49685B

Text Example


Text Example

White with #49685B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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