#4E7062

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

Shades of Viridian Green #4E7062

Tints of Viridian Green #4E7062

Color information

#4E7062 (or 0x4E7062) is unknown color: approx Viridian Green. HEX triplet: 4E, 70 and 62. RGB value is (78,112,98). Sum of RGB (Red+Green+Blue) = 78+112+98=288 (38% of max value = 765). Red value is 78 (30.86% from 255 or 27.08% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 98 (38.67% from 255 or 34.03% from 288); Max value from RGB is 112 - color contains mainly: green. Hex color #4E7062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7062 is #B18F9D. Grayscale: #646464. Windows color (decimal): -11636638 or 6451278. OLE color: 6451278.

HSL color Cylindrical-coordinate representation of color #4E7062: hue angle of 155.29º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4E7062 is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB7811298-
CMYK0.3000.130.56
HSL155.29º17.89%37.25%-
HSV(B)155.29º30.36%43.92%-
XYZ11.1414.0913.69-
YUV100.24126.74112.14-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.08%
GREEN value IS 112 (44.14% from 255) = 38.89%
BLUE value IS 98 (38.67% from 255) = 34.03%
R=27.08%
G=38.89%
B=34.03%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal78112980.3000.130.56155.2917.8937.25
Hex4E70621E0D389b1225
Octal11616014236015702332245
Binary10011101110000110001011110011011110001001101110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,112,98); }

 H1.HeaderClassName
 {
   color: #4E7062;
 }
 .AnyTagClassName
 {
   color: #4E7062;
 }
</style>
background-color css

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

 a { background-color: rgb(78,112,98); }

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

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

 span { border-color: rgb(78,112,98); }

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