Html Css Color HEX #40816E Viridian

📋 copy color: '#40816E'

red 64 ◦ green 129 ◦ blue 110

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

Shades of Viridian #40816E

Tints of Viridian #40816E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 36.3%

R = 21.12%
G = 42.57%
B = 36.3%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#40816E (or 0x40816E) is known color: Viridian. HEX triplet: 40, 81 and 6E. RGB value is (64,129,110). Sum of RGB (Red+Green+Blue) = 64+129+110=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 129 (50.78% from 255 or 42.57% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 129 - color contains mainly: green. Hex color #40816E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40816E is #BF7E91. Grayscale: #6B6B6B. Windows color (decimal): -12549778 or 7242048. OLE color: 7242048.

HSL color Cylindrical-coordinate representation of color #40816E: hue angle of 162.46º 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 #40816E is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 129 110 -
CMYK 0.50 0 0.15 0.49
HSL 162.46º 0.34% 0.38% -
HSV(B) 162.46º 0.5% 0.51% -
XYZ 12.78 17.92 17.54 -
YUV 107.4 129.47 97.04 -
System Red Green Blue C M Y K H S L
Decimal 64 129 110 0.50 0 0.15 0.49 162.46 0.34 0.38
Hex 40 81 6E 32 0 F 31 A2 22 26
Octal 100 201 156 62 0 17 61 242 42 46
Binary 1000000 10000001 1101110 110010 0 1111 110001 10100010 100010 100110

Color Harmonies of #40816E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40816E

Black with #40816E

Text Example


Text Example

White with #40816E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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