Html Css Color HEX #408D6E Viridian

📋 copy color: '#408D6E'

red 64 ◦ green 141 ◦ blue 110

#408D6E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viridian #408D6E

Tints of Viridian #408D6E

RGB

 RED value IS 64 (25.39% from 255) = 20.32%

 GREEN value IS 141 (55.47% from 255) = 44.76%

 BLUE value IS 110 (43.36% from 255) = 34.92%

R = 20.32%
G = 44.76%
B = 34.92%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#408D6E (or 0x408D6E) is known color: Viridian. HEX triplet: 40, 8D and 6E. RGB value is (64,141,110). Sum of RGB (Red+Green+Blue) = 64+141+110=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 141 (55.47% from 255 or 44.76% from 315); Blue value is 110 (43.36% from 255 or 34.92% from 315); Max value from RGB is 141 - color contains mainly: green. Hex color #408D6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408D6E is #BF7291. Grayscale: #727272. Windows color (decimal): -12546706 or 7245120. OLE color: 7245120.

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

Color convert

RGB 64 141 110 -
CMYK 0.55 0 0.22 0.45
HSL 155.84º 0.38% 0.4% -
HSV(B) 155.84º 0.55% 0.55% -
XYZ 14.45 21.27 18.09 -
YUV 114.44 125.49 92.02 -
System Red Green Blue C M Y K H S L
Decimal 64 141 110 0.55 0 0.22 0.45 155.84 0.38 0.4
Hex 40 8D 6E 37 0 16 2D 9C 26 28
Octal 100 215 156 67 0 26 55 234 46 50
Binary 1000000 10001101 1101110 110111 0 10110 101101 10011100 100110 101000

Color Harmonies of #408D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408D6E

Black with #408D6E

Text Example


Text Example

White with #408D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #408D6E;
 }
 .AnyTagClassName
 {
   color: #408D6E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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