Html Css Color HEX #408473 Viridian

📋 copy color: '#408473'

red 64 ◦ green 132 ◦ blue 115

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

Shades of Viridian #408473

Tints of Viridian #408473

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.44%

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

R = 20.58%
G = 42.44%
B = 36.98%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#408473 (or 0x408473) is known color: Viridian. HEX triplet: 40, 84 and 73. RGB value is (64,132,115). Sum of RGB (Red+Green+Blue) = 64+132+115=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 132 (51.95% from 255 or 42.44% from 311); Blue value is 115 (45.31% from 255 or 36.98% from 311); Max value from RGB is 132 - color contains mainly: green. Hex color #408473 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408473 is #BF7B8C. Grayscale: #6D6D6D. Windows color (decimal): -12549005 or 7570496. OLE color: 7570496.

HSL color Cylindrical-coordinate representation of color #408473: hue angle of 165º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #408473 is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB 64 132 115 -
CMYK 0.52 0 0.13 0.48
HSL 165º 0.35% 0.38% -
HSV(B) 165º 0.52% 0.52% -
XYZ 13.46 18.83 19.14 -
YUV 109.73 130.97 95.38 -
System Red Green Blue C M Y K H S L
Decimal 64 132 115 0.52 0 0.13 0.48 165 0.35 0.38
Hex 40 84 73 34 0 D 30 A5 23 26
Octal 100 204 163 64 0 15 60 245 43 46
Binary 1000000 10000100 1110011 110100 0 1101 110000 10100101 100011 100110

Color Harmonies of #408473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408473

Black with #408473

Text Example


Text Example

White with #408473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408473; }

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

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

background-color css

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

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

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

border-color css

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

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

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