Html Css Color HEX #40816D Viridian

📋 copy color: '#40816D'

red 64 ◦ green 129 ◦ blue 109

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

Shades of Viridian #40816D

Tints of Viridian #40816D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 42.72%

 BLUE value IS 109 (42.97% from 255) = 36.09%

R = 21.19%
G = 42.72%
B = 36.09%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#40816D (or 0x40816D) is known color: Viridian. HEX triplet: 40, 81 and 6D. RGB value is (64,129,109). Sum of RGB (Red+Green+Blue) = 64+129+109=302 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.19% from 302); Green value is 129 (50.78% from 255 or 42.72% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 129 - color contains mainly: green. Hex color #40816D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40816D is #BF7E92. Grayscale: #6B6B6B. Windows color (decimal): -12549779 or 7176512. OLE color: 7176512.

HSL color Cylindrical-coordinate representation of color #40816D: hue angle of 161.54º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #40816D is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 129 109 -
CMYK 0.50 0 0.16 0.49
HSL 161.54º 0.34% 0.38% -
HSV(B) 161.54º 0.5% 0.51% -
XYZ 12.72 17.89 17.25 -
YUV 107.29 128.97 97.13 -
System Red Green Blue C M Y K H S L
Decimal 64 129 109 0.50 0 0.16 0.49 161.54 0.34 0.38
Hex 40 81 6D 32 0 10 31 A2 22 26
Octal 100 201 155 62 0 20 61 242 42 46
Binary 1000000 10000001 1101101 110010 0 10000 110001 10100010 100010 100110

Color Harmonies of #40816D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40816D

Black with #40816D

Text Example


Text Example

White with #40816D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40816D; }

 p { color: rgb(64,129,109); }

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

background-color css

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

 a { background-color: rgb(64,129,109); }

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

border-color css

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

 span { border-color: rgb(64,129,109); }

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