#418D73

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

Shades of Viridian #418D73

Tints of Viridian #418D73

Color information

#418D73 (or 0x418D73) is unknown color: approx Viridian. HEX triplet: 41, 8D and 73. RGB value is (65,141,115). Sum of RGB (Red+Green+Blue) = 65+141+115=321 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.25% from 321); Green value is 141 (55.47% from 255 or 43.93% from 321); Blue value is 115 (45.31% from 255 or 35.83% from 321); Max value from RGB is 141 - color contains mainly: green. Hex color #418D73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418D73 is #BE728C. Grayscale: #737373. Windows color (decimal): -12481165 or 7572801. OLE color: 7572801.

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

Color convert

RGB65141115-
CMYK0.5400.180.45
HSL159.47º36.89%40.39%-
HSV(B)159.47º53.9%55.29%-
XYZ14.821.4119.57-
YUV115.31127.8292.11-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.25%
GREEN value IS 141 (55.47% from 255) = 43.93%
BLUE value IS 115 (45.31% from 255) = 35.83%
R=20.25%
G=43.93%
B=35.83%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal651411150.5400.180.45159.4736.8940.39
Hex418D73360122D9f2528
Octal10121516366022552374550
Binary100000110001101111001111011001001010110110011111100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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