Html Css Color HEX #408A74 Viridian

📋 copy color: '#408A74'

red 64 ◦ green 138 ◦ blue 116

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

Shades of Viridian #408A74

Tints of Viridian #408A74

RGB

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

 GREEN value IS 138 (54.3% from 255) = 43.4%

 BLUE value IS 116 (45.7% from 255) = 36.48%

R = 20.13%
G = 43.4%
B = 36.48%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#408A74 (or 0x408A74) is known color: Viridian. HEX triplet: 40, 8A and 74. RGB value is (64,138,116). Sum of RGB (Red+Green+Blue) = 64+138+116=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 138 (54.30% from 255 or 43.40% from 318); Blue value is 116 (45.70% from 255 or 36.48% from 318); Max value from RGB is 138 - color contains mainly: green. Hex color #408A74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408A74 is #BF758B. Grayscale: #717171. Windows color (decimal): -12547468 or 7637568. OLE color: 7637568.

HSL color Cylindrical-coordinate representation of color #408A74: hue angle of 162.16º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #408A74 is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB 64 138 116 -
CMYK 0.54 0 0.16 0.46
HSL 162.16º 0.37% 0.4% -
HSV(B) 162.16º 0.54% 0.54% -
XYZ 14.36 20.53 19.73 -
YUV 113.37 129.48 92.79 -
System Red Green Blue C M Y K H S L
Decimal 64 138 116 0.54 0 0.16 0.46 162.16 0.37 0.4
Hex 40 8A 74 36 0 10 2E A2 25 28
Octal 100 212 164 66 0 20 56 242 45 50
Binary 1000000 10001010 1110100 110110 0 10000 101110 10100010 100101 101000

Color Harmonies of #408A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408A74

Black with #408A74

Text Example


Text Example

White with #408A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,138,116); }

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

background-color css

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

 a { background-color: rgb(64,138,116); }

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

border-color css

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

 span { border-color: rgb(64,138,116); }

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