Html Css Color HEX #4D675D Viridian Green

📋 copy color: '#4D675D'

red 77 ◦ green 103 ◦ blue 93

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

Shades of Viridian Green #4D675D

Tints of Viridian Green #4D675D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.73%

 BLUE value IS 93 (36.72% from 255) = 34.07%

R = 28.21%
G = 37.73%
B = 34.07%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.10

 K value IS 0.60

RGB Variations

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

Color information

#4D675D (or 0x4D675D) is known color: Viridian Green. HEX triplet: 4D, 67 and 5D. RGB value is (77,103,93). Sum of RGB (Red+Green+Blue) = 77+103+93=273 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.21% from 273); Green value is 103 (40.62% from 255 or 37.73% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 103 - color contains mainly: green. Hex color #4D675D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D675D is #B298A2. Grayscale: #5E5E5E. Windows color (decimal): -11704483 or 6121293. OLE color: 6121293.

HSL color Cylindrical-coordinate representation of color #4D675D: hue angle of 156.92º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4D675D is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB 77 103 93 -
CMYK 0.25 0 0.10 0.60
HSL 156.92º 0.14% 0.35% -
HSV(B) 156.92º 0.25% 0.4% -
XYZ 9.89 12.07 12.16 -
YUV 94.09 127.39 115.81 -
System Red Green Blue C M Y K H S L
Decimal 77 103 93 0.25 0 0.10 0.60 156.92 0.14 0.35
Hex 4D 67 5D 19 0 A 3C 9D E 23
Octal 115 147 135 31 0 12 74 235 16 43
Binary 1001101 1100111 1011101 11001 0 1010 111100 10011101 1110 100011

Color Harmonies of #4D675D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D675D

Black with #4D675D

Text Example


Text Example

White with #4D675D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,103,93); }

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

background-color css

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

 a { background-color: rgb(77,103,93); }

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

border-color css

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

 span { border-color: rgb(77,103,93); }

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