#418E78

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

Shades of Viridian #418E78

Tints of Viridian #418E78

Color information

#418E78 (or 0x418E78) is unknown color: approx Viridian. HEX triplet: 41, 8E and 78. RGB value is (65,142,120). Sum of RGB (Red+Green+Blue) = 65+142+120=327 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.88% from 327); Green value is 142 (55.86% from 255 or 43.43% from 327); Blue value is 120 (47.27% from 255 or 36.70% from 327); Max value from RGB is 142 - color contains mainly: green. Hex color #418E78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418E78 is #BE7187. Grayscale: #747474. Windows color (decimal): -12480904 or 7900737. OLE color: 7900737.

HSL color Cylindrical-coordinate representation of color #418E78: hue angle of 162.86º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #418E78 is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB65142120-
CMYK0.5400.150.44
HSL162.86º37.2%40.59%-
HSV(B)162.86º54.23%55.69%-
XYZ15.2421.8321.18-
YUV116.47129.9991.29-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.88%
GREEN value IS 142 (55.86% from 255) = 43.43%
BLUE value IS 120 (47.27% from 255) = 36.70%
R=19.88%
G=43.43%
B=36.70%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal651421200.5400.150.44162.8637.240.59
Hex418E78360F2Ca32529
Octal10121617066017542434551
Binary10000011000111011110001101100111110110010100011100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418E78; }

 p { color: rgb(65,142,120); }

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

<style>
 a { background-color: #418E78; }

 a { background-color: rgb(65,142,120); }

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

<style>
 span { border-color: #418E78; }

 span { border-color: rgb(65,142,120); }

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