#419571

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

Shades of Viridian #419571

Tints of Viridian #419571

Color information

#419571 (or 0x419571) is unknown color: approx Viridian. HEX triplet: 41, 95 and 71. RGB value is (65,149,113). Sum of RGB (Red+Green+Blue) = 65+149+113=327 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.88% from 327); Green value is 149 (58.59% from 255 or 45.57% from 327); Blue value is 113 (44.53% from 255 or 34.56% from 327); Max value from RGB is 149 - color contains mainly: green. Hex color #419571 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419571 is #BE6A8E. Grayscale: #777777. Windows color (decimal): -12479119 or 7443777. OLE color: 7443777.

HSL color Cylindrical-coordinate representation of color #419571: hue angle of 154.29º 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 #419571 is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB65149113-
CMYK0.5600.240.42
HSL154.29º39.25%41.96%-
HSV(B)154.29º56.38%58.43%-
XYZ15.9123.8119.38-
YUV119.78124.1788.93-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.88%
GREEN value IS 149 (58.59% from 255) = 45.57%
BLUE value IS 113 (44.53% from 255) = 34.56%
R=19.88%
G=45.57%
B=34.56%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal651491130.5600.240.42154.2939.2541.96
Hex419571380182A9a272a
Octal10122516170030522324752
Binary100000110010101111000111100001100010101010011010100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419571; }

 p { color: rgb(65,149,113); }

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

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

 a { background-color: rgb(65,149,113); }

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

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

 span { border-color: rgb(65,149,113); }

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