#419077

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

Shades of Viridian #419077

Tints of Viridian #419077

Color information

#419077 (or 0x419077) is unknown color: approx Viridian. HEX triplet: 41, 90 and 77. RGB value is (65,144,119). Sum of RGB (Red+Green+Blue) = 65+144+119=328 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.82% from 328); Green value is 144 (56.64% from 255 or 43.90% from 328); Blue value is 119 (46.88% from 255 or 36.28% from 328); Max value from RGB is 144 - color contains mainly: green. Hex color #419077 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419077 is #BE6F88. Grayscale: #757575. Windows color (decimal): -12480393 or 7835713. OLE color: 7835713.

HSL color Cylindrical-coordinate representation of color #419077: hue angle of 161.01º 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 #419077 is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB65144119-
CMYK0.5500.170.44
HSL161.01º37.8%40.98%-
HSV(B)161.01º54.86%56.47%-
XYZ15.4822.420.96-
YUV117.53128.8390.53-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.82%
GREEN value IS 144 (56.64% from 255) = 43.90%
BLUE value IS 119 (46.88% from 255) = 36.28%
R=19.82%
G=43.90%
B=36.28%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal651441190.5500.170.44161.0137.840.98
Hex419077370112Ca12629
Octal10122016767021542414651
Binary100000110010000111011111011101000110110010100001100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419077; }

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

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

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

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

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

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

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

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