Html Css Color HEX #408C6B Viridian

📋 copy color: '#408C6B'

red 64 ◦ green 140 ◦ blue 107

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

Shades of Viridian #408C6B

Tints of Viridian #408C6B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 45.02%

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

R = 20.58%
G = 45.02%
B = 34.41%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#408C6B (or 0x408C6B) is known color: Viridian. HEX triplet: 40, 8C and 6B. RGB value is (64,140,107). Sum of RGB (Red+Green+Blue) = 64+140+107=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 140 (55.08% from 255 or 45.02% from 311); Blue value is 107 (42.19% from 255 or 34.41% from 311); Max value from RGB is 140 - color contains mainly: green. Hex color #408C6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408C6B is #BF7394. Grayscale: #717171. Windows color (decimal): -12546965 or 7048256. OLE color: 7048256.

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

Color convert

RGB 64 140 107 -
CMYK 0.54 0 0.24 0.45
HSL 153.95º 0.37% 0.4% -
HSV(B) 153.95º 0.54% 0.55% -
XYZ 14.15 20.91 17.2 -
YUV 113.51 124.32 92.68 -
System Red Green Blue C M Y K H S L
Decimal 64 140 107 0.54 0 0.24 0.45 153.95 0.37 0.4
Hex 40 8C 6B 36 0 18 2D 9A 25 28
Octal 100 214 153 66 0 30 55 232 45 50
Binary 1000000 10001100 1101011 110110 0 11000 101101 10011010 100101 101000

Color Harmonies of #408C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408C6B

Black with #408C6B

Text Example


Text Example

White with #408C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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