Html Css Color HEX #40806B Viridian

📋 copy color: '#40806B'

red 64 ◦ green 128 ◦ blue 107

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

Shades of Viridian #40806B

Tints of Viridian #40806B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 35.79%

R = 21.4%
G = 42.81%
B = 35.79%

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

#40806B (or 0x40806B) is known color: Viridian. HEX triplet: 40, 80 and 6B. RGB value is (64,128,107). Sum of RGB (Red+Green+Blue) = 64+128+107=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 128 (50.39% from 255 or 42.81% from 299); Blue value is 107 (42.19% from 255 or 35.79% from 299); Max value from RGB is 128 - color contains mainly: green. Hex color #40806B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40806B is #BF7F94. Grayscale: #6A6A6A. Windows color (decimal): -12550037 or 7045184. OLE color: 7045184.

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

Color convert

RGB 64 128 107 -
CMYK 0.5 0 0.16 0.50
HSL 160.31º 0.33% 0.38% -
HSV(B) 160.31º 0.5% 0.5% -
XYZ 12.49 17.59 16.65 -
YUV 106.47 128.3 97.71 -
System Red Green Blue C M Y K H S L
Decimal 64 128 107 0.5 0 0.16 0.50 160.31 0.33 0.38
Hex 40 80 6B 32 0 10 32 A0 21 26
Octal 100 200 153 62 0 20 62 240 41 46
Binary 1000000 10000000 1101011 110010 0 10000 110010 10100000 100001 100110

Color Harmonies of #40806B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40806B

Black with #40806B

Text Example


Text Example

White with #40806B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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