Html Css Color HEX #49695B Viridian Green

📋 copy color: '#49695B'

red 73 ◦ green 105 ◦ blue 91

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

Shades of Viridian Green #49695B

Tints of Viridian Green #49695B

RGB

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

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

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

R = 27.14%
G = 39.03%
B = 33.83%

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

#49695B (or 0x49695B) is known color: Viridian Green. HEX triplet: 49, 69 and 5B. RGB value is (73,105,91). Sum of RGB (Red+Green+Blue) = 73+105+91=269 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.14% from 269); Green value is 105 (41.41% from 255 or 39.03% from 269); Blue value is 91 (35.94% from 255 or 33.83% from 269); Max value from RGB is 105 - color contains mainly: green. Hex color #49695B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49695B is #B696A4. Grayscale: #5D5D5D. Windows color (decimal): -11966117 or 5990729. OLE color: 5990729.

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

Color convert

RGB 73 105 91 -
CMYK 0.30 0 0.13 0.59
HSL 153.75º 0.18% 0.35% -
HSV(B) 153.75º 0.3% 0.41% -
XYZ 9.69 12.27 11.76 -
YUV 93.84 126.4 113.14 -
System Red Green Blue C M Y K H S L
Decimal 73 105 91 0.30 0 0.13 0.59 153.75 0.18 0.35
Hex 49 69 5B 1E 0 D 3B 9A 12 23
Octal 111 151 133 36 0 15 73 232 22 43
Binary 1001001 1101001 1011011 11110 0 1101 111011 10011010 10010 100011

Color Harmonies of #49695B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49695B

Black with #49695B

Text Example


Text Example

White with #49695B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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