Html Css Color HEX #4D7E6B Viridian

📋 copy color: '#4D7E6B'

red 77 ◦ green 126 ◦ blue 107

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

Shades of Viridian #4D7E6B

Tints of Viridian #4D7E6B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 40.65%

 BLUE value IS 107 (42.19% from 255) = 34.52%

R = 24.84%
G = 40.65%
B = 34.52%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.15

 K value IS 0.51

RGB Variations

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

Color information

#4D7E6B (or 0x4D7E6B) is known color: Viridian. HEX triplet: 4D, 7E and 6B. RGB value is (77,126,107). Sum of RGB (Red+Green+Blue) = 77+126+107=310 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.84% from 310); Green value is 126 (49.61% from 255 or 40.65% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 126 - color contains mainly: green. Hex color #4D7E6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7E6B is #B28194. Grayscale: #6D6D6D. Windows color (decimal): -11698581 or 7044685. OLE color: 7044685.

HSL color Cylindrical-coordinate representation of color #4D7E6B: hue angle of 156.73º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4D7E6B is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.

Color convert

RGB 77 126 107 -
CMYK 0.39 0 0.15 0.51
HSL 156.73º 0.24% 0.4% -
HSV(B) 156.73º 0.39% 0.49% -
XYZ 13.18 17.56 16.61 -
YUV 109.18 126.77 105.04 -
System Red Green Blue C M Y K H S L
Decimal 77 126 107 0.39 0 0.15 0.51 156.73 0.24 0.4
Hex 4D 7E 6B 27 0 F 33 9D 18 28
Octal 115 176 153 47 0 17 63 235 30 50
Binary 1001101 1111110 1101011 100111 0 1111 110011 10011101 11000 101000

Color Harmonies of #4D7E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7E6B

Black with #4D7E6B

Text Example


Text Example

White with #4D7E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,126,107); }

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

background-color css

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

 a { background-color: rgb(77,126,107); }

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

border-color css

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

 span { border-color: rgb(77,126,107); }

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