Html Css Color HEX #408075 Viridian

📋 copy color: '#408075'

red 64 ◦ green 128 ◦ blue 117

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

Shades of Viridian #408075

Tints of Viridian #408075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.86%

R = 20.71%
G = 41.42%
B = 37.86%

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

#408075 (or 0x408075) is known color: Viridian. HEX triplet: 40, 80 and 75. RGB value is (64,128,117). Sum of RGB (Red+Green+Blue) = 64+128+117=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 128 (50.39% from 255 or 41.42% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 128 - color contains mainly: green. Hex color #408075 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408075 is #BF7F8A. Grayscale: #6B6B6B. Windows color (decimal): -12550027 or 7700544. OLE color: 7700544.

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

Color convert

RGB 64 128 117 -
CMYK 0.5 0 0.09 0.50
HSL 169.69º 0.33% 0.38% -
HSV(B) 169.69º 0.5% 0.5% -
XYZ 13.04 17.81 19.58 -
YUV 107.61 133.3 96.89 -
System Red Green Blue C M Y K H S L
Decimal 64 128 117 0.5 0 0.09 0.50 169.69 0.33 0.38
Hex 40 80 75 32 0 9 32 AA 21 26
Octal 100 200 165 62 0 11 62 252 41 46
Binary 1000000 10000000 1110101 110010 0 1001 110010 10101010 100001 100110

Color Harmonies of #408075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408075

Black with #408075

Text Example


Text Example

White with #408075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408075; }

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

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

background-color css

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

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

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

border-color css

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

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

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