#418D77

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

Shades of Viridian #418D77

Tints of Viridian #418D77

Color information

#418D77 (or 0x418D77) is unknown color: approx Viridian. HEX triplet: 41, 8D and 77. RGB value is (65,141,119). Sum of RGB (Red+Green+Blue) = 65+141+119=325 (43% of max value = 765). Red value is 65 (25.78% from 255 or 20% from 325); Green value is 141 (55.47% from 255 or 43.38% from 325); Blue value is 119 (46.88% from 255 or 36.62% from 325); Max value from RGB is 141 - color contains mainly: green. Hex color #418D77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418D77 is #BE7288. Grayscale: #737373. Windows color (decimal): -12481161 or 7834945. OLE color: 7834945.

HSL color Cylindrical-coordinate representation of color #418D77: hue angle of 162.63º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #418D77 is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB65141119-
CMYK0.5400.160.45
HSL162.63º36.89%40.39%-
HSV(B)162.63º53.9%55.29%-
XYZ15.0321.5120.81-
YUV115.77129.8291.79-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20%
GREEN value IS 141 (55.47% from 255) = 43.38%
BLUE value IS 119 (46.88% from 255) = 36.62%
R=20%
G=43.38%
B=36.62%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal651411190.5400.160.45162.6336.8940.39
Hex418D77360102Da32528
Octal10121516766020552434550
Binary100000110001101111011111011001000010110110100011100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,141,119); }

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

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

 a { background-color: rgb(65,141,119); }

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

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

 span { border-color: rgb(65,141,119); }

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