#417764

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

Shades of Viridian #417764

Tints of Viridian #417764

Color information

#417764 (or 0x417764) is unknown color: approx Viridian. HEX triplet: 41, 77 and 64. RGB value is (65,119,100). Sum of RGB (Red+Green+Blue) = 65+119+100=284 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.89% from 284); Green value is 119 (46.88% from 255 or 41.90% from 284); Blue value is 100 (39.45% from 255 or 35.21% from 284); Max value from RGB is 119 - color contains mainly: green. Hex color #417764 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417764 is #BE889B. Grayscale: #646464. Windows color (decimal): -12486812 or 6584129. OLE color: 6584129.

HSL color Cylindrical-coordinate representation of color #417764: hue angle of 158.89º 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 #417764 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB65119100-
CMYK0.4500.160.53
HSL158.89º29.35%36.08%-
HSV(B)158.89º45.38%46.67%-
XYZ11.0815.2414.41-
YUV100.69127.61102.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.89%
GREEN value IS 119 (46.88% from 255) = 41.90%
BLUE value IS 100 (39.45% from 255) = 35.21%
R=22.89%
G=41.90%
B=35.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal651191000.4500.160.53158.8929.3536.08
Hex4177642D010359f1d24
Octal10116714455020652373544
Binary1000001111011111001001011010100001101011001111111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417764; }

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

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

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

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

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

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

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

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