Html Css Color HEX #408365 Viridian

📋 copy color: '#408365'

red 64 ◦ green 131 ◦ blue 101

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

Shades of Viridian #408365

Tints of Viridian #408365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 34.12%

R = 21.62%
G = 44.26%
B = 34.12%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#408365 (or 0x408365) is known color: Viridian. HEX triplet: 40, 83 and 65. RGB value is (64,131,101). Sum of RGB (Red+Green+Blue) = 64+131+101=296 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.62% from 296); Green value is 131 (51.56% from 255 or 44.26% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 131 - color contains mainly: green. Hex color #408365 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408365 is #BF7C9A. Grayscale: #6B6B6B. Windows color (decimal): -12549275 or 6652736. OLE color: 6652736.

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

Color convert

RGB 64 131 101 -
CMYK 0.51 0 0.23 0.49
HSL 153.13º 0.34% 0.38% -
HSV(B) 153.13º 0.51% 0.51% -
XYZ 12.58 18.26 15.17 -
YUV 107.55 124.3 96.94 -
System Red Green Blue C M Y K H S L
Decimal 64 131 101 0.51 0 0.23 0.49 153.13 0.34 0.38
Hex 40 83 65 33 0 17 31 99 22 26
Octal 100 203 145 63 0 27 61 231 42 46
Binary 1000000 10000011 1100101 110011 0 10111 110001 10011001 100010 100110

Color Harmonies of #408365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408365

Black with #408365

Text Example


Text Example

White with #408365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408365; }

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

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

background-color css

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

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

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

border-color css

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

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

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