Html Css Color HEX #408066 Viridian

📋 copy color: '#408066'

red 64 ◦ green 128 ◦ blue 102

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

Shades of Viridian #408066

Tints of Viridian #408066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 34.69%

R = 21.77%
G = 43.54%
B = 34.69%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#408066 (or 0x408066) is known color: Viridian. HEX triplet: 40, 80 and 66. RGB value is (64,128,102). Sum of RGB (Red+Green+Blue) = 64+128+102=294 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.77% from 294); Green value is 128 (50.39% from 255 or 43.54% from 294); Blue value is 102 (40.23% from 255 or 34.69% from 294); Max value from RGB is 128 - color contains mainly: green. Hex color #408066 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408066 is #BF7F99. Grayscale: #696969. Windows color (decimal): -12550042 or 6717504. OLE color: 6717504.

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

Color convert

RGB 64 128 102 -
CMYK 0.5 0 0.20 0.50
HSL 155.63º 0.33% 0.38% -
HSV(B) 155.63º 0.5% 0.5% -
XYZ 12.23 17.49 15.3 -
YUV 105.9 125.8 98.11 -
System Red Green Blue C M Y K H S L
Decimal 64 128 102 0.5 0 0.20 0.50 155.63 0.33 0.38
Hex 40 80 66 32 0 14 32 9C 21 26
Octal 100 200 146 62 0 24 62 234 41 46
Binary 1000000 10000000 1100110 110010 0 10100 110010 10011100 100001 100110

Color Harmonies of #408066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408066

Black with #408066

Text Example


Text Example

White with #408066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408066; }

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

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

background-color css

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

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

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

border-color css

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

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

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