Html Css Color HEX #408065 Viridian

📋 copy color: '#408065'

red 64 ◦ green 128 ◦ blue 101

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

Shades of Viridian #408065

Tints of Viridian #408065

RGB

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

 GREEN value IS 128 (50.39% from 255) = 43.69%

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

R = 21.84%
G = 43.69%
B = 34.47%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.21

 K value IS 0.50

RGB Variations

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

Color information

#408065 (or 0x408065) is known color: Viridian. HEX triplet: 40, 80 and 65. RGB value is (64,128,101). Sum of RGB (Red+Green+Blue) = 64+128+101=293 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.84% from 293); Green value is 128 (50.39% from 255 or 43.69% from 293); Blue value is 101 (39.84% from 255 or 34.47% from 293); Max value from RGB is 128 - color contains mainly: green. Hex color #408065 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408065 is #BF7F9A. Grayscale: #696969. Windows color (decimal): -12550043 or 6651968. OLE color: 6651968.

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

Color convert

RGB 64 128 101 -
CMYK 0.5 0 0.21 0.50
HSL 154.69º 0.33% 0.38% -
HSV(B) 154.69º 0.5% 0.5% -
XYZ 12.18 17.47 15.04 -
YUV 105.79 125.3 98.2 -
System Red Green Blue C M Y K H S L
Decimal 64 128 101 0.5 0 0.21 0.50 154.69 0.33 0.38
Hex 40 80 65 32 0 15 32 9B 21 26
Octal 100 200 145 62 0 25 62 233 41 46
Binary 1000000 10000000 1100101 110010 0 10101 110010 10011011 100001 100110

Color Harmonies of #408065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408065

Black with #408065

Text Example


Text Example

White with #408065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408065; }

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

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

background-color css

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

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

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

border-color css

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

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

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