#4E7D6B

Color #4E7D6B Viridian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian #4E7D6B

Tints of Viridian #4E7D6B

Color information

#4E7D6B (or 0x4E7D6B) is unknown color: approx 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

RGB78125107-
CMYK0.3800.140.51
HSL157.02º23.15%39.8%-
HSV(B)157.02º37.6%49.02%-
XYZ13.1317.3516.57-
YUV108.9126.93105.96-

RGB Variations

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

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 (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal781251070.3800.140.51157.0223.1539.8
Hex4E7D6B260E339d1728
Octal11617515346016632352750
Binary100111011111011101011100110011101100111001110110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>