#418D6F

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

Shades of Viridian #418D6F

Tints of Viridian #418D6F

Color information

#418D6F (or 0x418D6F) is unknown color: approx Viridian. HEX triplet: 41, 8D and 6F. RGB value is (65,141,111). Sum of RGB (Red+Green+Blue) = 65+141+111=317 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.50% from 317); Green value is 141 (55.47% from 255 or 44.48% from 317); Blue value is 111 (43.75% from 255 or 35.02% from 317); Max value from RGB is 141 - color contains mainly: green. Hex color #418D6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418D6F is #BE7290. Grayscale: #727272. Windows color (decimal): -12481169 or 7310657. OLE color: 7310657.

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

Color convert

RGB65141111-
CMYK0.5400.210.45
HSL156.32º36.89%40.39%-
HSV(B)156.32º53.9%55.29%-
XYZ14.5721.3218.39-
YUV114.86125.8292.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.50%
GREEN value IS 141 (55.47% from 255) = 44.48%
BLUE value IS 111 (43.75% from 255) = 35.02%
R=20.50%
G=44.48%
B=35.02%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal651411110.5400.210.45156.3236.8940.39
Hex418D6F360152D9c2528
Octal10121515766025552344550
Binary100000110001101110111111011001010110110110011100100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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