Html Css Color HEX #4D685A Viridian Green

📋 copy color: '#4D685A'

red 77 ◦ green 104 ◦ blue 90

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

Shades of Viridian Green #4D685A

Tints of Viridian Green #4D685A

RGB

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

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

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

R = 28.41%
G = 38.38%
B = 33.21%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#4D685A (or 0x4D685A) is known color: Viridian Green. HEX triplet: 4D, 68 and 5A. RGB value is (77,104,90). Sum of RGB (Red+Green+Blue) = 77+104+90=271 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.41% from 271); Green value is 104 (41.02% from 255 or 38.38% from 271); Blue value is 90 (35.55% from 255 or 33.21% from 271); Max value from RGB is 104 - color contains mainly: green. Hex color #4D685A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D685A is #B297A5. Grayscale: #5E5E5E. Windows color (decimal): -11704230 or 5924941. OLE color: 5924941.

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

Color convert

RGB 77 104 90 -
CMYK 0.26 0 0.13 0.59
HSL 148.89º 0.15% 0.35% -
HSV(B) 148.89º 0.26% 0.41% -
XYZ 9.86 12.22 11.51 -
YUV 94.33 125.55 115.64 -
System Red Green Blue C M Y K H S L
Decimal 77 104 90 0.26 0 0.13 0.59 148.89 0.15 0.35
Hex 4D 68 5A 1A 0 D 3B 95 F 23
Octal 115 150 132 32 0 15 73 225 17 43
Binary 1001101 1101000 1011010 11010 0 1101 111011 10010101 1111 100011

Color Harmonies of #4D685A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D685A

Black with #4D685A

Text Example


Text Example

White with #4D685A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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