Html Css Color HEX #408676 Viridian

📋 copy color: '#408676'

red 64 ◦ green 134 ◦ blue 118

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

Shades of Viridian #408676

Tints of Viridian #408676

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.41%

 BLUE value IS 118 (46.48% from 255) = 37.34%

R = 20.25%
G = 42.41%
B = 37.34%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#408676 (or 0x408676) is known color: Viridian. HEX triplet: 40, 86 and 76. RGB value is (64,134,118). Sum of RGB (Red+Green+Blue) = 64+134+118=316 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.25% from 316); Green value is 134 (52.73% from 255 or 42.41% from 316); Blue value is 118 (46.48% from 255 or 37.34% from 316); Max value from RGB is 134 - color contains mainly: green. Hex color #408676 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408676 is #BF7989. Grayscale: #6F6F6F. Windows color (decimal): -12548490 or 7767616. OLE color: 7767616.

HSL color Cylindrical-coordinate representation of color #408676: hue angle of 166.29º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #408676 is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 64 134 118 -
CMYK 0.52 0 0.12 0.47
HSL 166.29º 0.35% 0.39% -
HSV(B) 166.29º 0.52% 0.53% -
XYZ 13.91 19.45 20.16 -
YUV 111.25 131.81 94.3 -
System Red Green Blue C M Y K H S L
Decimal 64 134 118 0.52 0 0.12 0.47 166.29 0.35 0.39
Hex 40 86 76 34 0 C 2F A6 23 27
Octal 100 206 166 64 0 14 57 246 43 47
Binary 1000000 10000110 1110110 110100 0 1100 101111 10100110 100011 100111

Color Harmonies of #408676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408676

Black with #408676

Text Example


Text Example

White with #408676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408676; }

 p { color: rgb(64,134,118); }

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

background-color css

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

 a { background-color: rgb(64,134,118); }

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

border-color css

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

 span { border-color: rgb(64,134,118); }

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