Html Css Color HEX #408D6D Viridian

📋 copy color: '#408D6D'

red 64 ◦ green 141 ◦ blue 109

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

Shades of Viridian #408D6D

Tints of Viridian #408D6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.71%

R = 20.38%
G = 44.9%
B = 34.71%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#408D6D (or 0x408D6D) is known color: Viridian. HEX triplet: 40, 8D and 6D. RGB value is (64,141,109). Sum of RGB (Red+Green+Blue) = 64+141+109=314 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.38% from 314); Green value is 141 (55.47% from 255 or 44.90% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 141 - color contains mainly: green. Hex color #408D6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408D6D is #BF7292. Grayscale: #727272. Windows color (decimal): -12546707 or 7179584. OLE color: 7179584.

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

Color convert

RGB 64 141 109 -
CMYK 0.55 0 0.23 0.45
HSL 155.06º 0.38% 0.4% -
HSV(B) 155.06º 0.55% 0.55% -
XYZ 14.4 21.24 17.81 -
YUV 114.33 124.99 92.1 -
System Red Green Blue C M Y K H S L
Decimal 64 141 109 0.55 0 0.23 0.45 155.06 0.38 0.4
Hex 40 8D 6D 37 0 17 2D 9B 26 28
Octal 100 215 155 67 0 27 55 233 46 50
Binary 1000000 10001101 1101101 110111 0 10111 101101 10011011 100110 101000

Color Harmonies of #408D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408D6D

Black with #408D6D

Text Example


Text Example

White with #408D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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