#408D74

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

Shades of Viridian #408D74

Tints of Viridian #408D74

Color information

#408D74 (or 0x408D74) is unknown color: approx Viridian. HEX triplet: 40, 8D and 74. RGB value is (64,141,116). Sum of RGB (Red+Green+Blue) = 64+141+116=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 141 (55.47% from 255 or 43.93% from 321); Blue value is 116 (45.70% from 255 or 36.14% from 321); Max value from RGB is 141 - color contains mainly: green. Hex color #408D74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408D74 is #BF728B. Grayscale: #737373. Windows color (decimal): -12546700 or 7638336. OLE color: 7638336.

HSL color Cylindrical-coordinate representation of color #408D74: hue angle of 160.52º 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 #408D74 is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB64141116-
CMYK0.5500.180.45
HSL160.52º37.56%40.2%-
HSV(B)160.52º54.61%55.29%-
XYZ14.7921.419.87-
YUV115.13128.4991.53-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.94%
GREEN value IS 141 (55.47% from 255) = 43.93%
BLUE value IS 116 (45.70% from 255) = 36.14%
R=19.94%
G=43.93%
B=36.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal641411160.5500.180.45160.5237.5640.2
Hex408D74370122Da12628
Octal10021516467022552414650
Binary100000010001101111010011011101001010110110100001100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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