#4E8270

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

Shades of Viridian #4E8270

Tints of Viridian #4E8270

Color information

#4E8270 (or 0x4E8270) is unknown color: approx Viridian. HEX triplet: 4E, 82 and 70. RGB value is (78,130,112). Sum of RGB (Red+Green+Blue) = 78+130+112=320 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.38% from 320); Green value is 130 (51.17% from 255 or 40.62% from 320); Blue value is 112 (44.14% from 255 or 35% from 320); Max value from RGB is 130 - color contains mainly: green. Hex color #4E8270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E8270 is #B17D8F. Grayscale: #707070. Windows color (decimal): -11632016 or 7373390. OLE color: 7373390.

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

Color convert

RGB78130112-
CMYK0.4000.140.49
HSL159.23º25%40.78%-
HSV(B)159.23º40%50.98%-
XYZ14.0518.7518.21-
YUV112.4127.77103.46-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.38%
GREEN value IS 130 (51.17% from 255) = 40.62%
BLUE value IS 112 (44.14% from 255) = 35%
R=24.38%
G=40.62%
B=35%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal781301120.4000.140.49159.232540.78
Hex4E8270280E319f1929
Octal11620216050016612373151
Binary1001110100000101110000101000011101100011001111111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E8270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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