Html Css Color HEX #408A71 Viridian

📋 copy color: '#408A71'

red 64 ◦ green 138 ◦ blue 113

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

Shades of Viridian #408A71

Tints of Viridian #408A71

RGB

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

 GREEN value IS 138 (54.3% from 255) = 43.81%

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

R = 20.32%
G = 43.81%
B = 35.87%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#408A71 (or 0x408A71) is known color: Viridian. HEX triplet: 40, 8A and 71. RGB value is (64,138,113). Sum of RGB (Red+Green+Blue) = 64+138+113=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 138 (54.30% from 255 or 43.81% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 138 - color contains mainly: green. Hex color #408A71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408A71 is #BF758E. Grayscale: #717171. Windows color (decimal): -12547471 or 7440960. OLE color: 7440960.

HSL color Cylindrical-coordinate representation of color #408A71: hue angle of 159.73º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #408A71 is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 64 138 113 -
CMYK 0.54 0 0.18 0.46
HSL 159.73º 0.37% 0.4% -
HSV(B) 159.73º 0.54% 0.54% -
XYZ 14.18 20.46 18.82 -
YUV 113.02 127.98 93.03 -
System Red Green Blue C M Y K H S L
Decimal 64 138 113 0.54 0 0.18 0.46 159.73 0.37 0.4
Hex 40 8A 71 36 0 12 2E A0 25 28
Octal 100 212 161 66 0 22 56 240 45 50
Binary 1000000 10001010 1110001 110110 0 10010 101110 10100000 100101 101000

Color Harmonies of #408A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408A71

Black with #408A71

Text Example


Text Example

White with #408A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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