Html Css Color HEX #408C6F Viridian

📋 copy color: '#408C6F'

red 64 ◦ green 140 ◦ blue 111

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

Shades of Viridian #408C6F

Tints of Viridian #408C6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 35.24%

R = 20.32%
G = 44.44%
B = 35.24%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#408C6F (or 0x408C6F) is known color: Viridian. HEX triplet: 40, 8C and 6F. RGB value is (64,140,111). Sum of RGB (Red+Green+Blue) = 64+140+111=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 140 (55.08% from 255 or 44.44% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 140 - color contains mainly: green. Hex color #408C6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408C6F is #BF7390. Grayscale: #727272. Windows color (decimal): -12546961 or 7310400. OLE color: 7310400.

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

Color convert

RGB 64 140 111 -
CMYK 0.54 0 0.21 0.45
HSL 157.11º 0.37% 0.4% -
HSV(B) 157.11º 0.54% 0.55% -
XYZ 14.36 20.99 18.33 -
YUV 113.97 126.32 92.36 -
System Red Green Blue C M Y K H S L
Decimal 64 140 111 0.54 0 0.21 0.45 157.11 0.37 0.4
Hex 40 8C 6F 36 0 15 2D 9D 25 28
Octal 100 214 157 66 0 25 55 235 45 50
Binary 1000000 10001100 1101111 110110 0 10101 101101 10011101 100101 101000

Color Harmonies of #408C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408C6F

Black with #408C6F

Text Example


Text Example

White with #408C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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