Html Css Color HEX #49816D Viridian

📋 copy color: '#49816D'

red 73 ◦ green 129 ◦ blue 109

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

Shades of Viridian #49816D

Tints of Viridian #49816D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.48%

 BLUE value IS 109 (42.97% from 255) = 35.05%

R = 23.47%
G = 41.48%
B = 35.05%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#49816D (or 0x49816D) is known color: Viridian. HEX triplet: 49, 81 and 6D. RGB value is (73,129,109). Sum of RGB (Red+Green+Blue) = 73+129+109=311 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.47% from 311); Green value is 129 (50.78% from 255 or 41.48% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 129 - color contains mainly: green. Hex color #49816D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49816D is #B67E92. Grayscale: #6D6D6D. Windows color (decimal): -11959955 or 7176521. OLE color: 7176521.

HSL color Cylindrical-coordinate representation of color #49816D: hue angle of 158.57º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #49816D is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 129 109 -
CMYK 0.43 0 0.16 0.49
HSL 158.57º 0.28% 0.4% -
HSV(B) 158.57º 0.43% 0.51% -
XYZ 13.36 18.22 17.28 -
YUV 109.98 127.45 101.63 -
System Red Green Blue C M Y K H S L
Decimal 73 129 109 0.43 0 0.16 0.49 158.57 0.28 0.4
Hex 49 81 6D 2B 0 10 31 9F 1C 28
Octal 111 201 155 53 0 20 61 237 34 50
Binary 1001001 10000001 1101101 101011 0 10000 110001 10011111 11100 101000

Color Harmonies of #49816D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49816D

Black with #49816D

Text Example


Text Example

White with #49816D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49816D; }

 p { color: rgb(73,129,109); }

 H1.HeaderClassName
 {
   color: #49816D;
 }
 .AnyTagClassName
 {
   color: #49816D;
 }
</style>

background-color css

<style>
 a { background-color: #49816D; }

 a { background-color: rgb(73,129,109); }

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

border-color css

<style>
 span { border-color: #49816D; }

 span { border-color: rgb(73,129,109); }

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