Html Css Color HEX #4D8B72 Viridian

📋 copy color: '#4D8B72'

red 77 ◦ green 139 ◦ blue 114

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

Shades of Viridian #4D8B72

Tints of Viridian #4D8B72

RGB

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

 GREEN value IS 139 (54.69% from 255) = 42.12%

 BLUE value IS 114 (44.92% from 255) = 34.55%

R = 23.33%
G = 42.12%
B = 34.55%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#4D8B72 (or 0x4D8B72) is known color: Viridian. HEX triplet: 4D, 8B and 72. RGB value is (77,139,114). Sum of RGB (Red+Green+Blue) = 77+139+114=330 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.33% from 330); Green value is 139 (54.69% from 255 or 42.12% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 139 - color contains mainly: green. Hex color #4D8B72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8B72 is #B2748D. Grayscale: #757575. Windows color (decimal): -11695246 or 7506765. OLE color: 7506765.

HSL color Cylindrical-coordinate representation of color #4D8B72: hue angle of 155.81º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4D8B72 is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB 77 139 114 -
CMYK 0.45 0 0.18 0.45
HSL 155.81º 0.29% 0.42% -
HSV(B) 155.81º 0.45% 0.55% -
XYZ 15.33 21.26 19.21 -
YUV 117.61 125.96 99.03 -
System Red Green Blue C M Y K H S L
Decimal 77 139 114 0.45 0 0.18 0.45 155.81 0.29 0.42
Hex 4D 8B 72 2D 0 12 2D 9C 1D 2A
Octal 115 213 162 55 0 22 55 234 35 52
Binary 1001101 10001011 1110010 101101 0 10010 101101 10011100 11101 101010

Color Harmonies of #4D8B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D8B72

Black with #4D8B72

Text Example


Text Example

White with #4D8B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,139,114); }

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

background-color css

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

 a { background-color: rgb(77,139,114); }

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

border-color css

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

 span { border-color: rgb(77,139,114); }

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