#418C6E

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

Shades of Viridian #418C6E

Tints of Viridian #418C6E

Color information

#418C6E (or 0x418C6E) is unknown color: approx Viridian. HEX triplet: 41, 8C and 6E. RGB value is (65,140,110). Sum of RGB (Red+Green+Blue) = 65+140+110=315 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.63% from 315); Green value is 140 (55.08% from 255 or 44.44% from 315); Blue value is 110 (43.36% from 255 or 34.92% from 315); Max value from RGB is 140 - color contains mainly: green. Hex color #418C6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418C6E is #BE7391. Grayscale: #727272. Windows color (decimal): -12481426 or 7244865. OLE color: 7244865.

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

Color convert

RGB65140110-
CMYK0.5400.210.45
HSL156º36.59%40.2%-
HSV(B)156º53.57%54.9%-
XYZ14.3721.0118.05-
YUV114.16125.6592.94-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.63%
GREEN value IS 140 (55.08% from 255) = 44.44%
BLUE value IS 110 (43.36% from 255) = 34.92%
R=20.63%
G=44.44%
B=34.92%

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
Decimal651401100.5400.210.4515636.5940.2
Hex418C6E360152D9c2528
Octal10121415666025552344550
Binary100000110001100110111011011001010110110110011100100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,140,110); }

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

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

 a { background-color: rgb(65,140,110); }

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

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

 span { border-color: rgb(65,140,110); }

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