Html Css Color HEX #408678 Viridian

📋 copy color: '#408678'

red 64 ◦ green 134 ◦ blue 120

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

Shades of Viridian #408678

Tints of Viridian #408678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 37.74%

R = 20.13%
G = 42.14%
B = 37.74%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#408678 (or 0x408678) is known color: Viridian. HEX triplet: 40, 86 and 78. RGB value is (64,134,120). Sum of RGB (Red+Green+Blue) = 64+134+120=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 134 (52.73% from 255 or 42.14% from 318); Blue value is 120 (47.27% from 255 or 37.74% from 318); Max value from RGB is 134 - color contains mainly: green. Hex color #408678 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408678 is #BF7987. Grayscale: #6F6F6F. Windows color (decimal): -12548488 or 7898688. OLE color: 7898688.

HSL color Cylindrical-coordinate representation of color #408678: hue angle of 168º 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 #408678 is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 64 134 120 -
CMYK 0.52 0 0.10 0.47
HSL 168º 0.35% 0.39% -
HSV(B) 168º 0.52% 0.53% -
XYZ 14.03 19.5 20.79 -
YUV 111.47 132.81 94.14 -
System Red Green Blue C M Y K H S L
Decimal 64 134 120 0.52 0 0.10 0.47 168 0.35 0.39
Hex 40 86 78 34 0 A 2F A8 23 27
Octal 100 206 170 64 0 12 57 250 43 47
Binary 1000000 10000110 1111000 110100 0 1010 101111 10101000 100011 100111

Color Harmonies of #408678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408678

Black with #408678

Text Example


Text Example

White with #408678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408678; }

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

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

background-color css

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

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

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

border-color css

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

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

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