#409471

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

Shades of Viridian #409471

Tints of Viridian #409471

Color information

#409471 (or 0x409471) is unknown color: approx Viridian. HEX triplet: 40, 94 and 71. RGB value is (64,148,113). Sum of RGB (Red+Green+Blue) = 64+148+113=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 148 (58.20% from 255 or 45.54% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 148 - color contains mainly: green. Hex color #409471 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409471 is #BF6B8E. Grayscale: #767676. Windows color (decimal): -12544911 or 7443520. OLE color: 7443520.

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

Color convert

RGB64148113-
CMYK0.5700.240.42
HSL155º39.62%41.57%-
HSV(B)155º56.76%58.04%-
XYZ15.6823.4619.32-
YUV118.89124.6788.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.69%
GREEN value IS 148 (58.20% from 255) = 45.54%
BLUE value IS 113 (44.53% from 255) = 34.77%
R=19.69%
G=45.54%
B=34.77%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal641481130.5700.240.4215539.6241.57
Hex409471390182A9b282a
Octal10022416171030522335052
Binary100000010010100111000111100101100010101010011011101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409471; }

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

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

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

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

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

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

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

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