#418E76

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

Shades of Viridian #418E76

Tints of Viridian #418E76

Color information

#418E76 (or 0x418E76) is unknown color: approx Viridian. HEX triplet: 41, 8E and 76. RGB value is (65,142,118). Sum of RGB (Red+Green+Blue) = 65+142+118=325 (43% of max value = 765). Red value is 65 (25.78% from 255 or 20% from 325); Green value is 142 (55.86% from 255 or 43.69% from 325); Blue value is 118 (46.48% from 255 or 36.31% from 325); Max value from RGB is 142 - color contains mainly: green. Hex color #418E76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418E76 is #BE7189. Grayscale: #747474. Windows color (decimal): -12480906 or 7769665. OLE color: 7769665.

HSL color Cylindrical-coordinate representation of color #418E76: hue angle of 161.3º 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 #418E76 is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB65142118-
CMYK0.5400.170.44
HSL161.3º37.2%40.59%-
HSV(B)161.3º54.23%55.69%-
XYZ15.1221.7820.55-
YUV116.24128.9991.45-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20%
GREEN value IS 142 (55.86% from 255) = 43.69%
BLUE value IS 118 (46.48% from 255) = 36.31%
R=20%
G=43.69%
B=36.31%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal651421180.5400.170.44161.337.240.59
Hex418E76360112Ca12529
Octal10121616666021542414551
Binary100000110001110111011011011001000110110010100001100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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