Html Css Color HEX #408363 Viridian

📋 copy color: '#408363'

red 64 ◦ green 131 ◦ blue 99

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

Shades of Viridian #408363

Tints of Viridian #408363

RGB

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

 GREEN value IS 131 (51.56% from 255) = 44.56%

 BLUE value IS 99 (39.06% from 255) = 33.67%

R = 21.77%
G = 44.56%
B = 33.67%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#408363 (or 0x408363) is known color: Viridian. HEX triplet: 40, 83 and 63. RGB value is (64,131,99). Sum of RGB (Red+Green+Blue) = 64+131+99=294 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.77% from 294); Green value is 131 (51.56% from 255 or 44.56% from 294); Blue value is 99 (39.06% from 255 or 33.67% from 294); Max value from RGB is 131 - color contains mainly: green. Hex color #408363 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408363 is #BF7C9C. Grayscale: #6B6B6B. Windows color (decimal): -12549277 or 6521664. OLE color: 6521664.

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

Color convert

RGB 64 131 99 -
CMYK 0.51 0 0.24 0.49
HSL 151.34º 0.34% 0.38% -
HSV(B) 151.34º 0.51% 0.51% -
XYZ 12.48 18.22 14.66 -
YUV 107.32 123.3 97.1 -
System Red Green Blue C M Y K H S L
Decimal 64 131 99 0.51 0 0.24 0.49 151.34 0.34 0.38
Hex 40 83 63 33 0 18 31 97 22 26
Octal 100 203 143 63 0 30 61 227 42 46
Binary 1000000 10000011 1100011 110011 0 11000 110001 10010111 100010 100110

Color Harmonies of #408363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408363

Black with #408363

Text Example


Text Example

White with #408363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408363; }

 p { color: rgb(64,131,99); }

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

background-color css

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

 a { background-color: rgb(64,131,99); }

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

border-color css

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

 span { border-color: rgb(64,131,99); }

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