Html Css Color HEX #408B77 Viridian

📋 copy color: '#408B77'

red 64 ◦ green 139 ◦ blue 119

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

Shades of Viridian #408B77

Tints of Viridian #408B77

RGB

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

 GREEN value IS 139 (54.69% from 255) = 43.17%

 BLUE value IS 119 (46.88% from 255) = 36.96%

R = 19.88%
G = 43.17%
B = 36.96%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#408B77 (or 0x408B77) is known color: Viridian. HEX triplet: 40, 8B and 77. RGB value is (64,139,119). Sum of RGB (Red+Green+Blue) = 64+139+119=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 139 (54.69% from 255 or 43.17% from 322); Blue value is 119 (46.88% from 255 or 36.96% from 322); Max value from RGB is 139 - color contains mainly: green. Hex color #408B77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408B77 is #BF7488. Grayscale: #727272. Windows color (decimal): -12547209 or 7834432. OLE color: 7834432.

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

Color convert

RGB 64 139 119 -
CMYK 0.54 0 0.14 0.45
HSL 164º 0.37% 0.4% -
HSV(B) 164º 0.54% 0.55% -
XYZ 14.68 20.89 20.71 -
YUV 114.3 130.65 92.13 -
System Red Green Blue C M Y K H S L
Decimal 64 139 119 0.54 0 0.14 0.45 164 0.37 0.4
Hex 40 8B 77 36 0 E 2D A4 25 28
Octal 100 213 167 66 0 16 55 244 45 50
Binary 1000000 10001011 1110111 110110 0 1110 101101 10100100 100101 101000

Color Harmonies of #408B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408B77

Black with #408B77

Text Example


Text Example

White with #408B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,139,119); }

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

background-color css

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

 a { background-color: rgb(64,139,119); }

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

border-color css

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

 span { border-color: rgb(64,139,119); }

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