#419271

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

Shades of Viridian #419271

Tints of Viridian #419271

Color information

#419271 (or 0x419271) is unknown color: approx Viridian. HEX triplet: 41, 92 and 71. RGB value is (65,146,113). Sum of RGB (Red+Green+Blue) = 65+146+113=324 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.06% from 324); Green value is 146 (57.42% from 255 or 45.06% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 146 - color contains mainly: green. Hex color #419271 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419271 is #BE6D8E. Grayscale: #767676. Windows color (decimal): -12479887 or 7443009. OLE color: 7443009.

HSL color Cylindrical-coordinate representation of color #419271: hue angle of 155.56º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #419271 is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB65146113-
CMYK0.5500.230.43
HSL155.56º38.39%41.37%-
HSV(B)155.56º55.48%57.25%-
XYZ15.4422.8719.22-
YUV118.02125.1690.18-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.06%
GREEN value IS 146 (57.42% from 255) = 45.06%
BLUE value IS 113 (44.53% from 255) = 34.88%
R=20.06%
G=45.06%
B=34.88%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal651461130.5500.230.43155.5638.3941.37
Hex419271370172B9c2629
Octal10122216167027532344651
Binary100000110010010111000111011101011110101110011100100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419271; }

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

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

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

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

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

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

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

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