#40856D

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

Shades of Viridian #40856D

Tints of Viridian #40856D

Color information

#40856D (or 0x40856D) is unknown color: approx Viridian. HEX triplet: 40, 85 and 6D. RGB value is (64,133,109). Sum of RGB (Red+Green+Blue) = 64+133+109=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 133 (52.34% from 255 or 43.46% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 133 - color contains mainly: green. Hex color #40856D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40856D is #BF7A92. Grayscale: #6D6D6D. Windows color (decimal): -12548755 or 7177536. OLE color: 7177536.

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

Color convert

RGB64133109-
CMYK0.5200.180.48
HSL159.13º35.03%38.63%-
HSV(B)159.13º51.88%52.16%-
XYZ13.2618.9717.43-
YUV109.63127.6495.45-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.92%
GREEN value IS 133 (52.34% from 255) = 43.46%
BLUE value IS 109 (42.97% from 255) = 35.62%
R=20.92%
G=43.46%
B=35.62%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal641331090.5200.180.48159.1335.0338.63
Hex40856D34012309f2327
Octal10020515564022602374347
Binary100000010000101110110111010001001011000010011111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40856D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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