#419076

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

Shades of Viridian #419076

Tints of Viridian #419076

Color information

#419076 (or 0x419076) is unknown color: approx Viridian. HEX triplet: 41, 90 and 76. RGB value is (65,144,118). Sum of RGB (Red+Green+Blue) = 65+144+118=327 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.88% from 327); Green value is 144 (56.64% from 255 or 44.04% from 327); Blue value is 118 (46.48% from 255 or 36.09% from 327); Max value from RGB is 144 - color contains mainly: green. Hex color #419076 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419076 is #BE6F89. Grayscale: #757575. Windows color (decimal): -12480394 or 7770177. OLE color: 7770177.

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

Color convert

RGB65144118-
CMYK0.5500.180.44
HSL160.25º37.8%40.98%-
HSV(B)160.25º54.86%56.47%-
XYZ15.4222.3820.65-
YUV117.42128.3390.61-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.88%
GREEN value IS 144 (56.64% from 255) = 44.04%
BLUE value IS 118 (46.48% from 255) = 36.09%
R=19.88%
G=44.04%
B=36.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal651441180.5500.180.44160.2537.840.98
Hex419076370122Ca02629
Octal10122016667022542404651
Binary100000110010000111011011011101001010110010100000100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419076; }

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

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

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

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

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

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

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

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