#417F6D

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

Shades of Viridian #417F6D

Tints of Viridian #417F6D

Color information

#417F6D (or 0x417F6D) is unknown color: approx Viridian. HEX triplet: 41, 7F and 6D. RGB value is (65,127,109). Sum of RGB (Red+Green+Blue) = 65+127+109=301 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.59% from 301); Green value is 127 (50% from 255 or 42.19% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 127 - color contains mainly: green. Hex color #417F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417F6D is #BE8092. Grayscale: #6A6A6A. Windows color (decimal): -12484755 or 7176001. OLE color: 7176001.

HSL color Cylindrical-coordinate representation of color #417F6D: hue angle of 162.58º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #417F6D is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB65127109-
CMYK0.4900.140.50
HSL162.58º32.29%37.65%-
HSV(B)162.58º48.82%49.8%-
XYZ12.5317.4117.17-
YUV106.41129.4698.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.59%
GREEN value IS 127 (50% from 255) = 42.19%
BLUE value IS 109 (42.97% from 255) = 36.21%
R=21.59%
G=42.19%
B=36.21%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal651271090.4900.140.50162.5832.2937.65
Hex417F6D310E32a32026
Octal10117715561016622434046
Binary1000001111111111011011100010111011001010100011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417F6D; }

 p { color: rgb(65,127,109); }

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

<style>
 a { background-color: #417F6D; }

 a { background-color: rgb(65,127,109); }

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

<style>
 span { border-color: #417F6D; }

 span { border-color: rgb(65,127,109); }

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