Html Css Color HEX #408169 Viridian

📋 copy color: '#408169'

red 64 ◦ green 129 ◦ blue 105

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

Shades of Viridian #408169

Tints of Viridian #408169

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43.29%

 BLUE value IS 105 (41.41% from 255) = 35.23%

R = 21.48%
G = 43.29%
B = 35.23%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#408169 (or 0x408169) is known color: Viridian. HEX triplet: 40, 81 and 69. RGB value is (64,129,105). Sum of RGB (Red+Green+Blue) = 64+129+105=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 129 (50.78% from 255 or 43.29% from 298); Blue value is 105 (41.41% from 255 or 35.23% from 298); Max value from RGB is 129 - color contains mainly: green. Hex color #408169 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408169 is #BF7E96. Grayscale: #6A6A6A. Windows color (decimal): -12549783 or 6914368. OLE color: 6914368.

HSL color Cylindrical-coordinate representation of color #408169: hue angle of 157.85º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #408169 is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 129 105 -
CMYK 0.50 0 0.19 0.49
HSL 157.85º 0.34% 0.38% -
HSV(B) 157.85º 0.5% 0.51% -
XYZ 12.51 17.81 16.14 -
YUV 106.83 126.97 97.45 -
System Red Green Blue C M Y K H S L
Decimal 64 129 105 0.50 0 0.19 0.49 157.85 0.34 0.38
Hex 40 81 69 32 0 13 31 9E 22 26
Octal 100 201 151 62 0 23 61 236 42 46
Binary 1000000 10000001 1101001 110010 0 10011 110001 10011110 100010 100110

Color Harmonies of #408169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408169

Black with #408169

Text Example


Text Example

White with #408169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408169; }

 p { color: rgb(64,129,105); }

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

background-color css

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

 a { background-color: rgb(64,129,105); }

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

border-color css

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

 span { border-color: rgb(64,129,105); }

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