#417464

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

Shades of Viridian #417464

Tints of Viridian #417464

Color information

#417464 (or 0x417464) is unknown color: approx Viridian. HEX triplet: 41, 74 and 64. RGB value is (65,116,100). Sum of RGB (Red+Green+Blue) = 65+116+100=281 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.13% from 281); Green value is 116 (45.70% from 255 or 41.28% from 281); Blue value is 100 (39.45% from 255 or 35.59% from 281); Max value from RGB is 116 - color contains mainly: green. Hex color #417464 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417464 is #BE8B9B. Grayscale: #626262. Windows color (decimal): -12487580 or 6583361. OLE color: 6583361.

HSL color Cylindrical-coordinate representation of color #417464: hue angle of 161.18º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #417464 is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB65116100-
CMYK0.4400.140.55
HSL161.18º28.18%35.49%-
HSV(B)161.18º43.97%45.49%-
XYZ10.7314.5314.3-
YUV98.93128.6103.8-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.13%
GREEN value IS 116 (45.70% from 255) = 41.28%
BLUE value IS 100 (39.45% from 255) = 35.59%
R=23.13%
G=41.28%
B=35.59%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal651161000.4400.140.55161.1828.1835.49
Hex4174642C0E37a11c23
Octal10116414454016672413443
Binary100000111101001100100101100011101101111010000111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417464; }

 p { color: rgb(65,116,100); }

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

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

 a { background-color: rgb(65,116,100); }

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

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

 span { border-color: rgb(65,116,100); }

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