Html Css Color HEX #4D695E Viridian Green

📋 copy color: '#4D695E'

red 77 ◦ green 105 ◦ blue 94

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

Shades of Viridian Green #4D695E

Tints of Viridian Green #4D695E

RGB

 RED value IS 77 (30.47% from 255) = 27.9%

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

 BLUE value IS 94 (37.11% from 255) = 34.06%

R = 27.9%
G = 38.04%
B = 34.06%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#4D695E (or 0x4D695E) is known color: Viridian Green. HEX triplet: 4D, 69 and 5E. RGB value is (77,105,94). Sum of RGB (Red+Green+Blue) = 77+105+94=276 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.90% from 276); Green value is 105 (41.41% from 255 or 38.04% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 105 - color contains mainly: green. Hex color #4D695E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D695E is #B296A1. Grayscale: #5F5F5F. Windows color (decimal): -11703970 or 6187341. OLE color: 6187341.

HSL color Cylindrical-coordinate representation of color #4D695E: hue angle of 156.43º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4D695E is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 77 105 94 -
CMYK 0.27 0 0.10 0.59
HSL 156.43º 0.15% 0.36% -
HSV(B) 156.43º 0.27% 0.41% -
XYZ 10.13 12.49 12.47 -
YUV 95.37 127.22 114.89 -
System Red Green Blue C M Y K H S L
Decimal 77 105 94 0.27 0 0.10 0.59 156.43 0.15 0.36
Hex 4D 69 5E 1B 0 A 3B 9C F 24
Octal 115 151 136 33 0 12 73 234 17 44
Binary 1001101 1101001 1011110 11011 0 1010 111011 10011100 1111 100100

Color Harmonies of #4D695E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D695E

Black with #4D695E

Text Example


Text Example

White with #4D695E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D695E; }

 p { color: rgb(77,105,94); }

 H1.HeaderClassName
 {
   color: #4D695E;
 }
 .AnyTagClassName
 {
   color: #4D695E;
 }
</style>

background-color css

<style>
 a { background-color: #4D695E; }

 a { background-color: rgb(77,105,94); }

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

border-color css

<style>
 span { border-color: #4D695E; }

 span { border-color: rgb(77,105,94); }

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