#419072

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

Shades of Viridian #419072

Tints of Viridian #419072

Color information

#419072 (or 0x419072) is unknown color: approx Viridian. HEX triplet: 41, 90 and 72. RGB value is (65,144,114). Sum of RGB (Red+Green+Blue) = 65+144+114=323 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.12% from 323); Green value is 144 (56.64% from 255 or 44.58% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 144 - color contains mainly: green. Hex color #419072 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419072 is #BE6F8D. Grayscale: #757575. Windows color (decimal): -12480398 or 7508033. OLE color: 7508033.

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

Color convert

RGB65144114-
CMYK0.5500.210.44
HSL157.22º37.8%40.98%-
HSV(B)157.22º54.86%56.47%-
XYZ15.1922.2919.42-
YUV116.96126.3390.94-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.12%
GREEN value IS 144 (56.64% from 255) = 44.58%
BLUE value IS 114 (44.92% from 255) = 35.29%
R=20.12%
G=44.58%
B=35.29%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal651441140.5500.210.44157.2237.840.98
Hex419072370152C9d2629
Octal10122016267025542354651
Binary100000110010000111001011011101010110110010011101100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419072; }

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

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

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

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

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

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

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

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