Html Css Color HEX #408174 Viridian

📋 copy color: '#408174'

red 64 ◦ green 129 ◦ blue 116

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

Shades of Viridian #408174

Tints of Viridian #408174

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.75%

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

R = 20.71%
G = 41.75%
B = 37.54%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#408174 (or 0x408174) is known color: Viridian. HEX triplet: 40, 81 and 74. RGB value is (64,129,116). Sum of RGB (Red+Green+Blue) = 64+129+116=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 129 (50.78% from 255 or 41.75% from 309); Blue value is 116 (45.70% from 255 or 37.54% from 309); Max value from RGB is 129 - color contains mainly: green. Hex color #408174 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408174 is #BF7E8B. Grayscale: #6C6C6C. Windows color (decimal): -12549772 or 7635264. OLE color: 7635264.

HSL color Cylindrical-coordinate representation of color #408174: hue angle of 168º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #408174 is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 129 116 -
CMYK 0.50 0 0.10 0.49
HSL 168º 0.34% 0.38% -
HSV(B) 168º 0.5% 0.51% -
XYZ 13.12 18.05 19.32 -
YUV 108.08 132.47 96.56 -
System Red Green Blue C M Y K H S L
Decimal 64 129 116 0.50 0 0.10 0.49 168 0.34 0.38
Hex 40 81 74 32 0 A 31 A8 22 26
Octal 100 201 164 62 0 12 61 250 42 46
Binary 1000000 10000001 1110100 110010 0 1010 110001 10101000 100010 100110

Color Harmonies of #408174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408174

Black with #408174

Text Example


Text Example

White with #408174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408174; }

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

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

background-color css

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

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

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

border-color css

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

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

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