Html Css Color HEX #408073 Viridian

📋 copy color: '#408073'

red 64 ◦ green 128 ◦ blue 115

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

Shades of Viridian #408073

Tints of Viridian #408073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 37.46%

R = 20.85%
G = 41.69%
B = 37.46%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.10

 K value IS 0.50

RGB Variations

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

Color information

#408073 (or 0x408073) is known color: Viridian. HEX triplet: 40, 80 and 73. RGB value is (64,128,115). Sum of RGB (Red+Green+Blue) = 64+128+115=307 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.85% from 307); Green value is 128 (50.39% from 255 or 41.69% from 307); Blue value is 115 (45.31% from 255 or 37.46% from 307); Max value from RGB is 128 - color contains mainly: green. Hex color #408073 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408073 is #BF7F8C. Grayscale: #6B6B6B. Windows color (decimal): -12550029 or 7569472. OLE color: 7569472.

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

Color convert

RGB 64 128 115 -
CMYK 0.5 0 0.10 0.50
HSL 167.81º 0.33% 0.38% -
HSV(B) 167.81º 0.5% 0.5% -
XYZ 12.93 17.77 18.97 -
YUV 107.38 132.3 97.06 -
System Red Green Blue C M Y K H S L
Decimal 64 128 115 0.5 0 0.10 0.50 167.81 0.33 0.38
Hex 40 80 73 32 0 A 32 A8 21 26
Octal 100 200 163 62 0 12 62 250 41 46
Binary 1000000 10000000 1110011 110010 0 1010 110010 10101000 100001 100110

Color Harmonies of #408073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408073

Black with #408073

Text Example


Text Example

White with #408073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408073; }

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

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

background-color css

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

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

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

border-color css

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

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

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