Html Css Color HEX #408D6A Viridian

📋 copy color: '#408D6A'

red 64 ◦ green 141 ◦ blue 106

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

Shades of Viridian #408D6A

Tints of Viridian #408D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.08%

R = 20.58%
G = 45.34%
B = 34.08%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#408D6A (or 0x408D6A) is known color: Viridian. HEX triplet: 40, 8D and 6A. RGB value is (64,141,106). Sum of RGB (Red+Green+Blue) = 64+141+106=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 141 (55.47% from 255 or 45.34% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 141 - color contains mainly: green. Hex color #408D6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408D6A is #BF7295. Grayscale: #727272. Windows color (decimal): -12546710 or 6982976. OLE color: 6982976.

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

Color convert

RGB 64 141 106 -
CMYK 0.55 0 0.25 0.45
HSL 152.73º 0.38% 0.4% -
HSV(B) 152.73º 0.55% 0.55% -
XYZ 14.24 21.18 16.97 -
YUV 113.99 123.49 92.35 -
System Red Green Blue C M Y K H S L
Decimal 64 141 106 0.55 0 0.25 0.45 152.73 0.38 0.4
Hex 40 8D 6A 37 0 19 2D 99 26 28
Octal 100 215 152 67 0 31 55 231 46 50
Binary 1000000 10001101 1101010 110111 0 11001 101101 10011001 100110 101000

Color Harmonies of #408D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408D6A

Black with #408D6A

Text Example


Text Example

White with #408D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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