Html Css Color HEX #408A6B Viridian

📋 copy color: '#408A6B'

red 64 ◦ green 138 ◦ blue 107

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

Shades of Viridian #408A6B

Tints of Viridian #408A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.63%

R = 20.71%
G = 44.66%
B = 34.63%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#408A6B (or 0x408A6B) is known color: Viridian. HEX triplet: 40, 8A and 6B. RGB value is (64,138,107). Sum of RGB (Red+Green+Blue) = 64+138+107=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 138 (54.30% from 255 or 44.66% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 138 - color contains mainly: green. Hex color #408A6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408A6B is #BF7594. Grayscale: #707070. Windows color (decimal): -12547477 or 7047744. OLE color: 7047744.

HSL color Cylindrical-coordinate representation of color #408A6B: hue angle of 154.86º 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 #408A6B is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB 64 138 107 -
CMYK 0.54 0 0.22 0.46
HSL 154.86º 0.37% 0.4% -
HSV(B) 154.86º 0.54% 0.54% -
XYZ 13.86 20.33 17.1 -
YUV 112.34 124.98 93.52 -
System Red Green Blue C M Y K H S L
Decimal 64 138 107 0.54 0 0.22 0.46 154.86 0.37 0.4
Hex 40 8A 6B 36 0 16 2E 9B 25 28
Octal 100 212 153 66 0 26 56 233 45 50
Binary 1000000 10001010 1101011 110110 0 10110 101110 10011011 100101 101000

Color Harmonies of #408A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408A6B

Black with #408A6B

Text Example


Text Example

White with #408A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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