#419473

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

Shades of Viridian #419473

Tints of Viridian #419473

Color information

#419473 (or 0x419473) is unknown color: approx Viridian. HEX triplet: 41, 94 and 73. RGB value is (65,148,115). Sum of RGB (Red+Green+Blue) = 65+148+115=328 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.82% from 328); Green value is 148 (58.20% from 255 or 45.12% from 328); Blue value is 115 (45.31% from 255 or 35.06% from 328); Max value from RGB is 148 - color contains mainly: green. Hex color #419473 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419473 is #BE6B8C. Grayscale: #777777. Windows color (decimal): -12479373 or 7574593. OLE color: 7574593.

HSL color Cylindrical-coordinate representation of color #419473: hue angle of 156.14º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #419473 is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB65148115-
CMYK0.5600.220.42
HSL156.14º38.97%41.76%-
HSV(B)156.14º56.08%58.04%-
XYZ15.8623.5419.93-
YUV119.42125.589.18-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.82%
GREEN value IS 148 (58.20% from 255) = 45.12%
BLUE value IS 115 (45.31% from 255) = 35.06%
R=19.82%
G=45.12%
B=35.06%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal651481150.5600.220.42156.1438.9741.76
Hex419473380162A9c272a
Octal10122416370026522344752
Binary100000110010100111001111100001011010101010011100100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419473; }

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

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

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

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

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

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

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

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