#40846D

Color #40846D Viridian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian #40846D

Tints of Viridian #40846D

Color information

#40846D (or 0x40846D) is unknown color: approx Viridian. HEX triplet: 40, 84 and 6D. RGB value is (64,132,109). Sum of RGB (Red+Green+Blue) = 64+132+109=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 132 (51.95% from 255 or 43.28% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 132 - color contains mainly: green. Hex color #40846D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40846D is #BF7B92. Grayscale: #6D6D6D. Windows color (decimal): -12549011 or 7177280. OLE color: 7177280.

HSL color Cylindrical-coordinate representation of color #40846D: hue angle of 159.71º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #40846D is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB64132109-
CMYK0.5200.170.48
HSL159.71º34.69%38.43%-
HSV(B)159.71º51.52%51.76%-
XYZ13.1318.717.39-
YUV109.05127.9795.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.98%
GREEN value IS 132 (51.95% from 255) = 43.28%
BLUE value IS 109 (42.97% from 255) = 35.74%
R=20.98%
G=43.28%
B=35.74%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal641321090.5200.170.48159.7134.6938.43
Hex40846D3401130a02326
Octal10020415564021602404346
Binary100000010000100110110111010001000111000010100000100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40846D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #40846D;
 }
 .AnyTagClassName
 {
   color: #40846D;
 }
</style>
background-color css

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

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

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

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

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

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