Html Css Color HEX #408074 Viridian

📋 copy color: '#408074'

red 64 ◦ green 128 ◦ blue 116

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

Shades of Viridian #408074

Tints of Viridian #408074

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.56%

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

R = 20.78%
G = 41.56%
B = 37.66%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#408074 (or 0x408074) is known color: Viridian. HEX triplet: 40, 80 and 74. RGB value is (64,128,116). Sum of RGB (Red+Green+Blue) = 64+128+116=308 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.78% from 308); Green value is 128 (50.39% from 255 or 41.56% from 308); Blue value is 116 (45.70% from 255 or 37.66% from 308); Max value from RGB is 128 - color contains mainly: green. Hex color #408074 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408074 is #BF7F8B. Grayscale: #6B6B6B. Windows color (decimal): -12550028 or 7635008. OLE color: 7635008.

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

Color convert

RGB 64 128 116 -
CMYK 0.5 0 0.09 0.50
HSL 168.75º 0.33% 0.38% -
HSV(B) 168.75º 0.5% 0.5% -
XYZ 12.99 17.79 19.27 -
YUV 107.5 132.8 96.98 -
System Red Green Blue C M Y K H S L
Decimal 64 128 116 0.5 0 0.09 0.50 168.75 0.33 0.38
Hex 40 80 74 32 0 9 32 A9 21 26
Octal 100 200 164 62 0 11 62 251 41 46
Binary 1000000 10000000 1110100 110010 0 1001 110010 10101001 100001 100110

Color Harmonies of #408074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408074

Black with #408074

Text Example


Text Example

White with #408074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408074; }

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

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

background-color css

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

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

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

border-color css

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

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

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