#408D6A

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

Shades of Viridian #408D6A

Tints of Viridian #408D6A

Color information

#408D6A (or 0x408D6A) is unknown color: approx Viridian. HEX triplet: 40, 8D and 6A. RGB value is (64,141,106). Sum of RGB (Red+Green+Blue) = 64+141+106=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 141 (55.47% from 255 or 45.34% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 141 - color contains mainly: green. Hex color #408D6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408D6A is #BF7295. Grayscale: #727272. Windows color (decimal): -12546710 or 6982976. OLE color: 6982976.

HSL color Cylindrical-coordinate representation of color #408D6A: hue angle of 152.73º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #408D6A is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB64141106-
CMYK0.5500.250.45
HSL152.73º37.56%40.2%-
HSV(B)152.73º54.61%55.29%-
XYZ14.2421.1816.97-
YUV113.99123.4992.35-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.58%
GREEN value IS 141 (55.47% from 255) = 45.34%
BLUE value IS 106 (41.80% from 255) = 34.08%
R=20.58%
G=45.34%
B=34.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal641411060.5500.250.45152.7337.5640.2
Hex408D6A370192D992628
Octal10021515267031552314650
Binary100000010001101110101011011101100110110110011001100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408D6A; }

 p { color: rgb(64,141,106); }

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

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

 a { background-color: rgb(64,141,106); }

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

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

 span { border-color: rgb(64,141,106); }

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