#417C6D

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

Shades of Viridian #417C6D

Tints of Viridian #417C6D

Color information

#417C6D (or 0x417C6D) is unknown color: approx Viridian. HEX triplet: 41, 7C and 6D. RGB value is (65,124,109). Sum of RGB (Red+Green+Blue) = 65+124+109=298 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.81% from 298); Green value is 124 (48.83% from 255 or 41.61% from 298); Blue value is 109 (42.97% from 255 or 36.58% from 298); Max value from RGB is 124 - color contains mainly: green. Hex color #417C6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417C6D is #BE8392. Grayscale: #686868. Windows color (decimal): -12485523 or 7175233. OLE color: 7175233.

HSL color Cylindrical-coordinate representation of color #417C6D: hue angle of 164.75º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #417C6D is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB65124109-
CMYK0.4800.120.51
HSL164.75º31.22%37.06%-
HSV(B)164.75º47.58%48.63%-
XYZ12.1516.6417.04-
YUV104.65130.4599.72-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.81%
GREEN value IS 124 (48.83% from 255) = 41.61%
BLUE value IS 109 (42.97% from 255) = 36.58%
R=21.81%
G=41.61%
B=36.58%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal651241090.4800.120.51164.7531.2237.06
Hex417C6D300C33a51f25
Octal10117415560014632453745
Binary100000111111001101101110000011001100111010010111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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