Html Css Color HEX #408071 Viridian

📋 copy color: '#408071'

red 64 ◦ green 128 ◦ blue 113

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

Shades of Viridian #408071

Tints of Viridian #408071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 37.05%

R = 20.98%
G = 41.97%
B = 37.05%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#408071 (or 0x408071) is known color: Viridian. HEX triplet: 40, 80 and 71. RGB value is (64,128,113). Sum of RGB (Red+Green+Blue) = 64+128+113=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 128 (50.39% from 255 or 41.97% from 305); Blue value is 113 (44.53% from 255 or 37.05% from 305); Max value from RGB is 128 - color contains mainly: green. Hex color #408071 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408071 is #BF7F8E. Grayscale: #6B6B6B. Windows color (decimal): -12550031 or 7438400. OLE color: 7438400.

HSL color Cylindrical-coordinate representation of color #408071: hue angle of 165.94º 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 #408071 is Cyan = 0.5, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB 64 128 113 -
CMYK 0.5 0 0.12 0.50
HSL 165.94º 0.33% 0.38% -
HSV(B) 165.94º 0.5% 0.5% -
XYZ 12.81 17.72 18.37 -
YUV 107.15 131.3 97.22 -
System Red Green Blue C M Y K H S L
Decimal 64 128 113 0.5 0 0.12 0.50 165.94 0.33 0.38
Hex 40 80 71 32 0 C 32 A6 21 26
Octal 100 200 161 62 0 14 62 246 41 46
Binary 1000000 10000000 1110001 110010 0 1100 110010 10100110 100001 100110

Color Harmonies of #408071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408071

Black with #408071

Text Example


Text Example

White with #408071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408071; }

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

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

background-color css

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

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

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

border-color css

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

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

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