Html Css Color HEX #4E7D6B Viridian

📋 copy color: '#4E7D6B'

red 78 ◦ green 125 ◦ blue 107

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

Shades of Viridian #4E7D6B

Tints of Viridian #4E7D6B

RGB

 RED value IS 78 (30.86% from 255) = 25.16%

 GREEN value IS 125 (49.22% from 255) = 40.32%

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

R = 25.16%
G = 40.32%
B = 34.52%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#4E7D6B (or 0x4E7D6B) is known color: Viridian. HEX triplet: 4E, 7D and 6B. RGB value is (78,125,107). Sum of RGB (Red+Green+Blue) = 78+125+107=310 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25.16% from 310); Green value is 125 (49.22% from 255 or 40.32% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 125 - color contains mainly: green. Hex color #4E7D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7D6B is #B18294. Grayscale: #6C6C6C. Windows color (decimal): -11633301 or 7044430. OLE color: 7044430.

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

Color convert

RGB 78 125 107 -
CMYK 0.38 0 0.14 0.51
HSL 157.02º 0.23% 0.4% -
HSV(B) 157.02º 0.38% 0.49% -
XYZ 13.13 17.35 16.57 -
YUV 108.9 126.93 105.96 -
System Red Green Blue C M Y K H S L
Decimal 78 125 107 0.38 0 0.14 0.51 157.02 0.23 0.4
Hex 4E 7D 6B 26 0 E 33 9D 17 28
Octal 116 175 153 46 0 16 63 235 27 50
Binary 1001110 1111101 1101011 100110 0 1110 110011 10011101 10111 101000

Color Harmonies of #4E7D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E7D6B

Black with #4E7D6B

Text Example


Text Example

White with #4E7D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,125,107); }

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

background-color css

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

 a { background-color: rgb(78,125,107); }

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

border-color css

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

 span { border-color: rgb(78,125,107); }

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