Html Css Color HEX #408C6C Viridian

📋 copy color: '#408C6C'

red 64 ◦ green 140 ◦ blue 108

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

Shades of Viridian #408C6C

Tints of Viridian #408C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.62%

R = 20.51%
G = 44.87%
B = 34.62%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#408C6C (or 0x408C6C) is known color: Viridian. HEX triplet: 40, 8C and 6C. RGB value is (64,140,108). Sum of RGB (Red+Green+Blue) = 64+140+108=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 140 (55.08% from 255 or 44.87% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 140 - color contains mainly: green. Hex color #408C6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408C6C is #BF7393. Grayscale: #717171. Windows color (decimal): -12546964 or 7113792. OLE color: 7113792.

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

Color convert

RGB 64 140 108 -
CMYK 0.54 0 0.23 0.45
HSL 154.74º 0.37% 0.4% -
HSV(B) 154.74º 0.54% 0.55% -
XYZ 14.2 20.93 17.48 -
YUV 113.63 124.82 92.6 -
System Red Green Blue C M Y K H S L
Decimal 64 140 108 0.54 0 0.23 0.45 154.74 0.37 0.4
Hex 40 8C 6C 36 0 17 2D 9B 25 28
Octal 100 214 154 66 0 27 55 233 45 50
Binary 1000000 10001100 1101100 110110 0 10111 101101 10011011 100101 101000

Color Harmonies of #408C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408C6C

Black with #408C6C

Text Example


Text Example

White with #408C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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