Html Css Color HEX #408873 Viridian

📋 copy color: '#408873'

red 64 ◦ green 136 ◦ blue 115

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

Shades of Viridian #408873

Tints of Viridian #408873

RGB

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

 GREEN value IS 136 (53.52% from 255) = 43.17%

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

R = 20.32%
G = 43.17%
B = 36.51%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#408873 (or 0x408873) is known color: Viridian. HEX triplet: 40, 88 and 73. RGB value is (64,136,115). Sum of RGB (Red+Green+Blue) = 64+136+115=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 136 (53.52% from 255 or 43.17% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 136 - color contains mainly: green. Hex color #408873 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408873 is #BF778C. Grayscale: #707070. Windows color (decimal): -12547981 or 7571520. OLE color: 7571520.

HSL color Cylindrical-coordinate representation of color #408873: hue angle of 162.5º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #408873 is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 64 136 115 -
CMYK 0.53 0 0.15 0.47
HSL 162.5º 0.36% 0.39% -
HSV(B) 162.5º 0.53% 0.53% -
XYZ 14.01 19.94 19.33 -
YUV 112.08 129.65 93.71 -
System Red Green Blue C M Y K H S L
Decimal 64 136 115 0.53 0 0.15 0.47 162.5 0.36 0.39
Hex 40 88 73 35 0 F 2F A2 24 27
Octal 100 210 163 65 0 17 57 242 44 47
Binary 1000000 10001000 1110011 110101 0 1111 101111 10100010 100100 100111

Color Harmonies of #408873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408873

Black with #408873

Text Example


Text Example

White with #408873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408873; }

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

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

background-color css

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

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

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

border-color css

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

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

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