#419176

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

Shades of Viridian #419176

Tints of Viridian #419176

Color information

#419176 (or 0x419176) is unknown color: approx Viridian. HEX triplet: 41, 91 and 76. RGB value is (65,145,118). Sum of RGB (Red+Green+Blue) = 65+145+118=328 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.82% from 328); Green value is 145 (57.03% from 255 or 44.21% from 328); Blue value is 118 (46.48% from 255 or 35.98% from 328); Max value from RGB is 145 - color contains mainly: green. Hex color #419176 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419176 is #BE6E89. Grayscale: #767676. Windows color (decimal): -12480138 or 7770433. OLE color: 7770433.

HSL color Cylindrical-coordinate representation of color #419176: hue angle of 159.75º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #419176 is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB65145118-
CMYK0.5500.190.43
HSL159.75º38.1%41.18%-
HSV(B)159.75º55.17%56.86%-
XYZ15.5822.6820.7-
YUV11812890.2-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.82%
GREEN value IS 145 (57.03% from 255) = 44.21%
BLUE value IS 118 (46.48% from 255) = 35.98%
R=19.82%
G=44.21%
B=35.98%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal651451180.5500.190.43159.7538.141.18
Hex419176370132Ba02629
Octal10122116667023532404651
Binary100000110010001111011011011101001110101110100000100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419176; }

 p { color: rgb(65,145,118); }

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

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

 a { background-color: rgb(65,145,118); }

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

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

 span { border-color: rgb(65,145,118); }

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