#408562

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

Shades of Viridian #408562

Tints of Viridian #408562

Color information

#408562 (or 0x408562) is unknown color: approx Viridian. HEX triplet: 40, 85 and 62. RGB value is (64,133,98). Sum of RGB (Red+Green+Blue) = 64+133+98=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 133 (52.34% from 255 or 45.08% from 295); Blue value is 98 (38.67% from 255 or 33.22% from 295); Max value from RGB is 133 - color contains mainly: green. Hex color #408562 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408562 is #BF7A9D. Grayscale: #6C6C6C. Windows color (decimal): -12548766 or 6456640. OLE color: 6456640.

HSL color Cylindrical-coordinate representation of color #408562: hue angle of 149.57º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #408562 is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB6413398-
CMYK0.5200.260.48
HSL149.57º35.03%38.63%-
HSV(B)149.57º51.88%52.16%-
XYZ12.7118.7514.5-
YUV108.38122.1496.35-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.69%
GREEN value IS 133 (52.34% from 255) = 45.08%
BLUE value IS 98 (38.67% from 255) = 33.22%
R=21.69%
G=45.08%
B=33.22%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal64133980.5200.260.48149.5735.0338.63
Hex4085623401A30962327
Octal10020514264032602264347
Binary100000010000101110001011010001101011000010010110100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408562; }

 p { color: rgb(64,133,98); }

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

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

 a { background-color: rgb(64,133,98); }

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

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

 span { border-color: rgb(64,133,98); }

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