#409271

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

Shades of Viridian #409271

Tints of Viridian #409271

Color information

#409271 (or 0x409271) is unknown color: approx Viridian. HEX triplet: 40, 92 and 71. RGB value is (64,146,113). Sum of RGB (Red+Green+Blue) = 64+146+113=323 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.81% from 323); Green value is 146 (57.42% from 255 or 45.20% from 323); Blue value is 113 (44.53% from 255 or 34.98% from 323); Max value from RGB is 146 - color contains mainly: green. Hex color #409271 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409271 is #BF6D8E. Grayscale: #757575. Windows color (decimal): -12545423 or 7443008. OLE color: 7443008.

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

Color convert

RGB64146113-
CMYK0.5600.230.43
HSL155.85º39.05%41.18%-
HSV(B)155.85º56.16%57.25%-
XYZ15.3722.8419.22-
YUV117.72125.3389.68-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.81%
GREEN value IS 146 (57.42% from 255) = 45.20%
BLUE value IS 113 (44.53% from 255) = 34.98%
R=19.81%
G=45.20%
B=34.98%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal641461130.5600.230.43155.8539.0541.18
Hex409271380172B9c2729
Octal10022216170027532344751
Binary100000010010010111000111100001011110101110011100100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409271; }

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

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

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

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

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

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

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

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