Html Css Color HEX #408F77 Viridian

📋 copy color: '#408F77'

red 64 ◦ green 143 ◦ blue 119

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

Shades of Viridian #408F77

Tints of Viridian #408F77

RGB

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

 GREEN value IS 143 (56.25% from 255) = 43.87%

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

R = 19.63%
G = 43.87%
B = 36.5%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#408F77 (or 0x408F77) is known color: Viridian. HEX triplet: 40, 8F and 77. RGB value is (64,143,119). Sum of RGB (Red+Green+Blue) = 64+143+119=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 143 (56.25% from 255 or 43.87% from 326); Blue value is 119 (46.88% from 255 or 36.50% from 326); Max value from RGB is 143 - color contains mainly: green. Hex color #408F77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408F77 is #BF7088. Grayscale: #747474. Windows color (decimal): -12546185 or 7835456. OLE color: 7835456.

HSL color Cylindrical-coordinate representation of color #408F77: hue angle of 161.77º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #408F77 is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB 64 143 119 -
CMYK 0.55 0 0.17 0.44
HSL 161.77º 0.38% 0.41% -
HSV(B) 161.77º 0.55% 0.56% -
XYZ 15.27 22.07 20.91 -
YUV 116.64 129.33 90.45 -
System Red Green Blue C M Y K H S L
Decimal 64 143 119 0.55 0 0.17 0.44 161.77 0.38 0.41
Hex 40 8F 77 37 0 11 2C A2 26 29
Octal 100 217 167 67 0 21 54 242 46 51
Binary 1000000 10001111 1110111 110111 0 10001 101100 10100010 100110 101001

Color Harmonies of #408F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408F77

Black with #408F77

Text Example


Text Example

White with #408F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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