Html Css Color HEX #40806A Viridian

📋 copy color: '#40806A'

red 64 ◦ green 128 ◦ blue 106

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

Shades of Viridian #40806A

Tints of Viridian #40806A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 35.57%

R = 21.48%
G = 42.95%
B = 35.57%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.17

 K value IS 0.50

RGB Variations

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

Color information

#40806A (or 0x40806A) is known color: Viridian. HEX triplet: 40, 80 and 6A. RGB value is (64,128,106). Sum of RGB (Red+Green+Blue) = 64+128+106=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 128 (50.39% from 255 or 42.95% from 298); Blue value is 106 (41.80% from 255 or 35.57% from 298); Max value from RGB is 128 - color contains mainly: green. Hex color #40806A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40806A is #BF7F95. Grayscale: #6A6A6A. Windows color (decimal): -12550038 or 6979648. OLE color: 6979648.

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

Color convert

RGB 64 128 106 -
CMYK 0.5 0 0.17 0.50
HSL 159.38º 0.33% 0.38% -
HSV(B) 159.38º 0.5% 0.5% -
XYZ 12.44 17.57 16.37 -
YUV 106.36 127.8 97.79 -
System Red Green Blue C M Y K H S L
Decimal 64 128 106 0.5 0 0.17 0.50 159.38 0.33 0.38
Hex 40 80 6A 32 0 11 32 9F 21 26
Octal 100 200 152 62 0 21 62 237 41 46
Binary 1000000 10000000 1101010 110010 0 10001 110010 10011111 100001 100110

Color Harmonies of #40806A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40806A

Black with #40806A

Text Example


Text Example

White with #40806A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40806A; }

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

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

background-color css

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

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

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

border-color css

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

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

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