Html Css Color HEX #408D6F Viridian

📋 copy color: '#408D6F'

red 64 ◦ green 141 ◦ blue 111

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

Shades of Viridian #408D6F

Tints of Viridian #408D6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 35.13%

R = 20.25%
G = 44.62%
B = 35.13%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#408D6F (or 0x408D6F) is known color: Viridian. HEX triplet: 40, 8D and 6F. RGB value is (64,141,111). Sum of RGB (Red+Green+Blue) = 64+141+111=316 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.25% from 316); Green value is 141 (55.47% from 255 or 44.62% from 316); Blue value is 111 (43.75% from 255 or 35.13% from 316); Max value from RGB is 141 - color contains mainly: green. Hex color #408D6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408D6F is #BF7290. Grayscale: #727272. Windows color (decimal): -12546705 or 7310656. OLE color: 7310656.

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

Color convert

RGB 64 141 111 -
CMYK 0.55 0 0.21 0.45
HSL 156.62º 0.38% 0.4% -
HSV(B) 156.62º 0.55% 0.55% -
XYZ 14.51 21.29 18.38 -
YUV 114.56 125.99 91.94 -
System Red Green Blue C M Y K H S L
Decimal 64 141 111 0.55 0 0.21 0.45 156.62 0.38 0.4
Hex 40 8D 6F 37 0 15 2D 9D 26 28
Octal 100 215 157 67 0 25 55 235 46 50
Binary 1000000 10001101 1101111 110111 0 10101 101101 10011101 100110 101000

Color Harmonies of #408D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408D6F

Black with #408D6F

Text Example


Text Example

White with #408D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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