#417760

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

Shades of Viridian #417760

Tints of Viridian #417760

Color information

#417760 (or 0x417760) is unknown color: approx Viridian. HEX triplet: 41, 77 and 60. RGB value is (65,119,96). Sum of RGB (Red+Green+Blue) = 65+119+96=280 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.21% from 280); Green value is 119 (46.88% from 255 or 42.5% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 119 - color contains mainly: green. Hex color #417760 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417760 is #BE889F. Grayscale: #646464. Windows color (decimal): -12486816 or 6321985. OLE color: 6321985.

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

Color convert

RGB6511996-
CMYK0.4500.190.53
HSL154.44º29.35%36.08%-
HSV(B)154.44º45.38%46.67%-
XYZ10.8915.1613.42-
YUV100.23125.61102.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.21%
GREEN value IS 119 (46.88% from 255) = 42.5%
BLUE value IS 96 (37.89% from 255) = 34.29%
R=23.21%
G=42.5%
B=34.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal65119960.4500.190.53154.4429.3536.08
Hex4177602D013359a1d24
Octal10116714055023652323544
Binary1000001111011111000001011010100111101011001101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417760; }

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

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

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

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

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

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

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

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