#40916D

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

Shades of Viridian #40916D

Tints of Viridian #40916D

Color information

#40916D (or 0x40916D) is unknown color: approx Viridian. HEX triplet: 40, 91 and 6D. RGB value is (64,145,109). Sum of RGB (Red+Green+Blue) = 64+145+109=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 145 (57.03% from 255 or 45.60% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 145 - color contains mainly: green. Hex color #40916D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40916D is #BF6E92. Grayscale: #747474. Windows color (decimal): -12545683 or 7180608. OLE color: 7180608.

HSL color Cylindrical-coordinate representation of color #40916D: hue angle of 153.33º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #40916D is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB64145109-
CMYK0.5600.250.43
HSL153.33º38.76%40.98%-
HSV(B)153.33º55.86%56.86%-
XYZ1522.4418.01-
YUV116.68123.6690.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.13%
GREEN value IS 145 (57.03% from 255) = 45.60%
BLUE value IS 109 (42.97% from 255) = 34.28%
R=20.13%
G=45.60%
B=34.28%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal641451090.5600.250.43153.3338.7640.98
Hex40916D380192B992729
Octal10022115570031532314751
Binary100000010010001110110111100001100110101110011001100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40916D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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