Html Css Color HEX #408D71 Viridian

📋 copy color: '#408D71'

red 64 ◦ green 141 ◦ blue 113

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

Shades of Viridian #408D71

Tints of Viridian #408D71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 35.53%

R = 20.13%
G = 44.34%
B = 35.53%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.20

 K value IS 0.45

RGB Variations

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

Color information

#408D71 (or 0x408D71) is known color: Viridian. HEX triplet: 40, 8D and 71. RGB value is (64,141,113). Sum of RGB (Red+Green+Blue) = 64+141+113=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 141 (55.47% from 255 or 44.34% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 141 - color contains mainly: green. Hex color #408D71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408D71 is #BF728E. Grayscale: #727272. Windows color (decimal): -12546703 or 7441728. OLE color: 7441728.

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

Color convert

RGB 64 141 113 -
CMYK 0.55 0 0.20 0.45
HSL 158.18º 0.38% 0.4% -
HSV(B) 158.18º 0.55% 0.55% -
XYZ 14.62 21.33 18.97 -
YUV 114.79 126.99 91.78 -
System Red Green Blue C M Y K H S L
Decimal 64 141 113 0.55 0 0.20 0.45 158.18 0.38 0.4
Hex 40 8D 71 37 0 14 2D 9E 26 28
Octal 100 215 161 67 0 24 55 236 46 50
Binary 1000000 10001101 1110001 110111 0 10100 101101 10011110 100110 101000

Color Harmonies of #408D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408D71

Black with #408D71

Text Example


Text Example

White with #408D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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