#417860

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

Shades of Viridian #417860

Tints of Viridian #417860

Color information

#417860 (or 0x417860) is unknown color: approx Viridian. HEX triplet: 41, 78 and 60. RGB value is (65,120,96). Sum of RGB (Red+Green+Blue) = 65+120+96=281 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.13% from 281); Green value is 120 (47.27% from 255 or 42.70% from 281); Blue value is 96 (37.89% from 255 or 34.16% from 281); Max value from RGB is 120 - color contains mainly: green. Hex color #417860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417860 is #BE879F. Grayscale: #646464. Windows color (decimal): -12486560 or 6322241. OLE color: 6322241.

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

Color convert

RGB6512096-
CMYK0.4600.20.53
HSL153.82º29.73%36.27%-
HSV(B)153.82º45.83%47.06%-
XYZ11.0115.413.46-
YUV100.82125.28102.45-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.13%
GREEN value IS 120 (47.27% from 255) = 42.70%
BLUE value IS 96 (37.89% from 255) = 34.16%
R=23.13%
G=42.70%
B=34.16%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal65120960.4600.20.53153.8229.7336.27
Hex4178602E014359a1e24
Octal10117014056024652323644
Binary1000001111100011000001011100101001101011001101011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417860; }

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

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

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

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

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

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

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

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