Html Css Color HEX #408673 Viridian

📋 copy color: '#408673'

red 64 ◦ green 134 ◦ blue 115

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

Shades of Viridian #408673

Tints of Viridian #408673

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.81%

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

R = 20.45%
G = 42.81%
B = 36.74%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#408673 (or 0x408673) is known color: Viridian. HEX triplet: 40, 86 and 73. RGB value is (64,134,115). Sum of RGB (Red+Green+Blue) = 64+134+115=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 134 (52.73% from 255 or 42.81% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 134 - color contains mainly: green. Hex color #408673 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408673 is #BF798C. Grayscale: #6E6E6E. Windows color (decimal): -12548493 or 7571008. OLE color: 7571008.

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

Color convert

RGB 64 134 115 -
CMYK 0.52 0 0.14 0.47
HSL 163.71º 0.35% 0.39% -
HSV(B) 163.71º 0.52% 0.53% -
XYZ 13.73 19.38 19.24 -
YUV 110.9 130.31 94.54 -
System Red Green Blue C M Y K H S L
Decimal 64 134 115 0.52 0 0.14 0.47 163.71 0.35 0.39
Hex 40 86 73 34 0 E 2F A4 23 27
Octal 100 206 163 64 0 16 57 244 43 47
Binary 1000000 10000110 1110011 110100 0 1110 101111 10100100 100011 100111

Color Harmonies of #408673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408673

Black with #408673

Text Example


Text Example

White with #408673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408673; }

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

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

background-color css

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

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

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

border-color css

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

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

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