Html Css Color HEX #408162 Viridian

📋 copy color: '#408162'

red 64 ◦ green 129 ◦ blue 98

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

Shades of Viridian #408162

Tints of Viridian #408162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 33.68%

R = 21.99%
G = 44.33%
B = 33.68%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#408162 (or 0x408162) is known color: Viridian. HEX triplet: 40, 81 and 62. RGB value is (64,129,98). Sum of RGB (Red+Green+Blue) = 64+129+98=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 129 (50.78% from 255 or 44.33% from 291); Blue value is 98 (38.67% from 255 or 33.68% from 291); Max value from RGB is 129 - color contains mainly: green. Hex color #408162 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408162 is #BF7E9D. Grayscale: #6A6A6A. Windows color (decimal): -12549790 or 6455616. OLE color: 6455616.

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

Color convert

RGB 64 129 98 -
CMYK 0.50 0 0.24 0.49
HSL 151.38º 0.34% 0.38% -
HSV(B) 151.38º 0.5% 0.51% -
XYZ 12.17 17.67 14.32 -
YUV 106.03 123.47 98.02 -
System Red Green Blue C M Y K H S L
Decimal 64 129 98 0.50 0 0.24 0.49 151.38 0.34 0.38
Hex 40 81 62 32 0 18 31 97 22 26
Octal 100 201 142 62 0 30 61 227 42 46
Binary 1000000 10000001 1100010 110010 0 11000 110001 10010111 100010 100110

Color Harmonies of #408162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408162

Black with #408162

Text Example


Text Example

White with #408162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408162; }

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

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

background-color css

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

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

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

border-color css

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

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

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