Html Css Color HEX #408E6B Viridian

📋 copy color: '#408E6B'

red 64 ◦ green 142 ◦ blue 107

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

Shades of Viridian #408E6B

Tints of Viridian #408E6B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 45.37%

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

R = 20.45%
G = 45.37%
B = 34.19%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#408E6B (or 0x408E6B) is known color: Viridian. HEX triplet: 40, 8E and 6B. RGB value is (64,142,107). Sum of RGB (Red+Green+Blue) = 64+142+107=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 142 (55.86% from 255 or 45.37% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 142 - color contains mainly: green. Hex color #408E6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408E6B is #BF7194. Grayscale: #727272. Windows color (decimal): -12546453 or 7048768. OLE color: 7048768.

HSL color Cylindrical-coordinate representation of color #408E6B: hue angle of 153.08º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #408E6B is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB 64 142 107 -
CMYK 0.55 0 0.25 0.44
HSL 153.08º 0.38% 0.4% -
HSV(B) 153.08º 0.55% 0.56% -
XYZ 14.44 21.5 17.3 -
YUV 114.69 123.66 91.85 -
System Red Green Blue C M Y K H S L
Decimal 64 142 107 0.55 0 0.25 0.44 153.08 0.38 0.4
Hex 40 8E 6B 37 0 19 2C 99 26 28
Octal 100 216 153 67 0 31 54 231 46 50
Binary 1000000 10001110 1101011 110111 0 11001 101100 10011001 100110 101000

Color Harmonies of #408E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408E6B

Black with #408E6B

Text Example


Text Example

White with #408E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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