#408D75

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

Shades of Viridian #408D75

Tints of Viridian #408D75

Color information

#408D75 (or 0x408D75) is unknown color: approx Viridian. HEX triplet: 40, 8D and 75. RGB value is (64,141,117). Sum of RGB (Red+Green+Blue) = 64+141+117=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 141 (55.47% from 255 or 43.79% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 141 - color contains mainly: green. Hex color #408D75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408D75 is #BF728A. Grayscale: #737373. Windows color (decimal): -12546699 or 7703872. OLE color: 7703872.

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

Color convert

RGB64141117-
CMYK0.5500.170.45
HSL161.3º37.56%40.2%-
HSV(B)161.3º54.61%55.29%-
XYZ14.8521.4220.18-
YUV115.24128.9991.45-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.88%
GREEN value IS 141 (55.47% from 255) = 43.79%
BLUE value IS 117 (46.09% from 255) = 36.34%
R=19.88%
G=43.79%
B=36.34%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal641411170.5500.170.45161.337.5640.2
Hex408D75370112Da12628
Octal10021516567021552414650
Binary100000010001101111010111011101000110110110100001100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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