#417363

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

Shades of Viridian #417363

Tints of Viridian #417363

Color information

#417363 (or 0x417363) is unknown color: approx Viridian. HEX triplet: 41, 73 and 63. RGB value is (65,115,99). Sum of RGB (Red+Green+Blue) = 65+115+99=279 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.30% from 279); Green value is 115 (45.31% from 255 or 41.22% from 279); Blue value is 99 (39.06% from 255 or 35.48% from 279); Max value from RGB is 115 - color contains mainly: green. Hex color #417363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417363 is #BE8C9C. Grayscale: #626262. Windows color (decimal): -12487837 or 6517569. OLE color: 6517569.

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

Color convert

RGB6511599-
CMYK0.4300.140.55
HSL160.8º27.78%35.29%-
HSV(B)160.8º43.48%45.1%-
XYZ10.5614.2914.01-
YUV98.23128.44104.3-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.30%
GREEN value IS 115 (45.31% from 255) = 41.22%
BLUE value IS 99 (39.06% from 255) = 35.48%
R=23.30%
G=41.22%
B=35.48%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65115990.4300.140.55160.827.7835.29
Hex4173632B0E37a11c23
Octal10116314353016672413443
Binary100000111100111100011101011011101101111010000111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417363; }

 p { color: rgb(65,115,99); }

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

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

 a { background-color: rgb(65,115,99); }

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

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

 span { border-color: rgb(65,115,99); }

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