#419073

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

Shades of Viridian #419073

Tints of Viridian #419073

Color information

#419073 (or 0x419073) is unknown color: approx Viridian. HEX triplet: 41, 90 and 73. RGB value is (65,144,115). Sum of RGB (Red+Green+Blue) = 65+144+115=324 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.06% from 324); Green value is 144 (56.64% from 255 or 44.44% from 324); Blue value is 115 (45.31% from 255 or 35.49% from 324); Max value from RGB is 144 - color contains mainly: green. Hex color #419073 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419073 is #BE6F8C. Grayscale: #757575. Windows color (decimal): -12480397 or 7573569. OLE color: 7573569.

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

Color convert

RGB65144115-
CMYK0.5500.200.44
HSL157.97º37.8%40.98%-
HSV(B)157.97º54.86%56.47%-
XYZ15.2522.3119.72-
YUV117.07126.8390.86-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.06%
GREEN value IS 144 (56.64% from 255) = 44.44%
BLUE value IS 115 (45.31% from 255) = 35.49%
R=20.06%
G=44.44%
B=35.49%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal651441150.5500.200.44157.9737.840.98
Hex419073370142C9e2629
Octal10122016367024542364651
Binary100000110010000111001111011101010010110010011110100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419073; }

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

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

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

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

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

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

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

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