Html Css Color HEX #40806C Viridian

📋 copy color: '#40806C'

red 64 ◦ green 128 ◦ blue 108

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

Shades of Viridian #40806C

Tints of Viridian #40806C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36%

R = 21.33%
G = 42.67%
B = 36%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#40806C (or 0x40806C) is known color: Viridian. HEX triplet: 40, 80 and 6C. RGB value is (64,128,108). Sum of RGB (Red+Green+Blue) = 64+128+108=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 128 (50.39% from 255 or 42.67% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 128 - color contains mainly: green. Hex color #40806C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40806C is #BF7F93. Grayscale: #6A6A6A. Windows color (decimal): -12550036 or 7110720. OLE color: 7110720.

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

Color convert

RGB 64 128 108 -
CMYK 0.5 0 0.16 0.50
HSL 161.25º 0.33% 0.38% -
HSV(B) 161.25º 0.5% 0.5% -
XYZ 12.54 17.61 16.93 -
YUV 106.58 128.8 97.63 -
System Red Green Blue C M Y K H S L
Decimal 64 128 108 0.5 0 0.16 0.50 161.25 0.33 0.38
Hex 40 80 6C 32 0 10 32 A1 21 26
Octal 100 200 154 62 0 20 62 241 41 46
Binary 1000000 10000000 1101100 110010 0 10000 110010 10100001 100001 100110

Color Harmonies of #40806C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40806C

Black with #40806C

Text Example


Text Example

White with #40806C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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