Html Css Color HEX #40806F Viridian

📋 copy color: '#40806F'

red 64 ◦ green 128 ◦ blue 111

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

Shades of Viridian #40806F

Tints of Viridian #40806F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.63%

R = 21.12%
G = 42.24%
B = 36.63%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#40806F (or 0x40806F) is known color: Viridian. HEX triplet: 40, 80 and 6F. RGB value is (64,128,111). Sum of RGB (Red+Green+Blue) = 64+128+111=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 128 (50.39% from 255 or 42.24% from 303); Blue value is 111 (43.75% from 255 or 36.63% from 303); Max value from RGB is 128 - color contains mainly: green. Hex color #40806F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40806F is #BF7F90. Grayscale: #6A6A6A. Windows color (decimal): -12550033 or 7307328. OLE color: 7307328.

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

Color convert

RGB 64 128 111 -
CMYK 0.5 0 0.13 0.50
HSL 164.06º 0.33% 0.38% -
HSV(B) 164.06º 0.5% 0.5% -
XYZ 12.7 17.68 17.78 -
YUV 106.93 130.3 97.38 -
System Red Green Blue C M Y K H S L
Decimal 64 128 111 0.5 0 0.13 0.50 164.06 0.33 0.38
Hex 40 80 6F 32 0 D 32 A4 21 26
Octal 100 200 157 62 0 15 62 244 41 46
Binary 1000000 10000000 1101111 110010 0 1101 110010 10100100 100001 100110

Color Harmonies of #40806F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40806F

Black with #40806F

Text Example


Text Example

White with #40806F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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