Html Css Color HEX #4D615B Viridian Green

📋 copy color: '#4D615B'

red 77 ◦ green 97 ◦ blue 91

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

Shades of Viridian Green #4D615B

Tints of Viridian Green #4D615B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.6%

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

R = 29.06%
G = 36.6%
B = 34.34%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#4D615B (or 0x4D615B) is known color: Viridian Green. HEX triplet: 4D, 61 and 5B. RGB value is (77,97,91). Sum of RGB (Red+Green+Blue) = 77+97+91=265 (35% of max value = 765). Red value is 77 (30.47% from 255 or 29.06% from 265); Green value is 97 (38.28% from 255 or 36.60% from 265); Blue value is 91 (35.94% from 255 or 34.34% from 265); Max value from RGB is 97 - color contains mainly: green. Hex color #4D615B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D615B is #B29EA4. Grayscale: #5A5A5A. Windows color (decimal): -11706021 or 5988685. OLE color: 5988685.

HSL color Cylindrical-coordinate representation of color #4D615B: hue angle of 162º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4D615B is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB 77 97 91 -
CMYK 0.21 0 0.06 0.62
HSL 162º 0.11% 0.34% -
HSV(B) 162º 0.21% 0.38% -
XYZ 9.22 10.88 11.51 -
YUV 90.34 128.37 118.49 -
System Red Green Blue C M Y K H S L
Decimal 77 97 91 0.21 0 0.06 0.62 162 0.11 0.34
Hex 4D 61 5B 15 0 6 3E A2 B 22
Octal 115 141 133 25 0 6 76 242 13 42
Binary 1001101 1100001 1011011 10101 0 110 111110 10100010 1011 100010

Color Harmonies of #4D615B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D615B

Black with #4D615B

Text Example


Text Example

White with #4D615B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,97,91); }

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

background-color css

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

 a { background-color: rgb(77,97,91); }

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

border-color css

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

 span { border-color: rgb(77,97,91); }

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