#417C66

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

Shades of Viridian #417C66

Tints of Viridian #417C66

Color information

#417C66 (or 0x417C66) is unknown color: approx Viridian. HEX triplet: 41, 7C and 66. RGB value is (65,124,102). Sum of RGB (Red+Green+Blue) = 65+124+102=291 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.34% from 291); Green value is 124 (48.83% from 255 or 42.61% from 291); Blue value is 102 (40.23% from 255 or 35.05% from 291); Max value from RGB is 124 - color contains mainly: green. Hex color #417C66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417C66 is #BE8399. Grayscale: #676767. Windows color (decimal): -12485530 or 6716481. OLE color: 6716481.

HSL color Cylindrical-coordinate representation of color #417C66: hue angle of 157.63º 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 #417C66 is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.

Color convert

RGB65124102-
CMYK0.4800.180.51
HSL157.63º31.22%37.06%-
HSV(B)157.63º47.58%48.63%-
XYZ11.7916.515.13-
YUV103.85126.95100.29-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.34%
GREEN value IS 124 (48.83% from 255) = 42.61%
BLUE value IS 102 (40.23% from 255) = 35.05%
R=22.34%
G=42.61%
B=35.05%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal651241020.4800.180.51157.6331.2237.06
Hex417C6630012339e1f25
Octal10117414660022632363745
Binary1000001111110011001101100000100101100111001111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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