#417660

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

Shades of Viridian #417660

Tints of Viridian #417660

Color information

#417660 (or 0x417660) is unknown color: approx Viridian. HEX triplet: 41, 76 and 60. RGB value is (65,118,96). Sum of RGB (Red+Green+Blue) = 65+118+96=279 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.30% from 279); Green value is 118 (46.48% from 255 or 42.29% from 279); Blue value is 96 (37.89% from 255 or 34.41% from 279); Max value from RGB is 118 - color contains mainly: green. Hex color #417660 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417660 is #BE899F. Grayscale: #636363. Windows color (decimal): -12487072 or 6321729. OLE color: 6321729.

HSL color Cylindrical-coordinate representation of color #417660: hue angle of 155.09º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #417660 is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB6511896-
CMYK0.4500.190.54
HSL155.09º28.96%35.88%-
HSV(B)155.09º44.92%46.27%-
XYZ10.7714.9313.38-
YUV99.64125.94103.29-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.30%
GREEN value IS 118 (46.48% from 255) = 42.29%
BLUE value IS 96 (37.89% from 255) = 34.41%
R=23.30%
G=42.29%
B=34.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal65118960.4500.190.54155.0928.9635.88
Hex4176602D013369b1d24
Octal10116614055023662333544
Binary1000001111011011000001011010100111101101001101111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417660; }

 p { color: rgb(65,118,96); }

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

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

 a { background-color: rgb(65,118,96); }

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

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

 span { border-color: rgb(65,118,96); }

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