#40916F

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

Shades of Viridian #40916F

Tints of Viridian #40916F

Color information

#40916F (or 0x40916F) is unknown color: approx Viridian. HEX triplet: 40, 91 and 6F. RGB value is (64,145,111). Sum of RGB (Red+Green+Blue) = 64+145+111=320 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20% from 320); Green value is 145 (57.03% from 255 or 45.31% from 320); Blue value is 111 (43.75% from 255 or 34.69% from 320); Max value from RGB is 145 - color contains mainly: green. Hex color #40916F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40916F is #BF6E90. Grayscale: #747474. Windows color (decimal): -12545681 or 7311680. OLE color: 7311680.

HSL color Cylindrical-coordinate representation of color #40916F: hue angle of 154.81º 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 #40916F is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB64145111-
CMYK0.5600.230.43
HSL154.81º38.76%40.98%-
HSV(B)154.81º55.86%56.86%-
XYZ15.1122.4918.58-
YUV116.9124.6690.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20%
GREEN value IS 145 (57.03% from 255) = 45.31%
BLUE value IS 111 (43.75% from 255) = 34.69%
R=20%
G=45.31%
B=34.69%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal641451110.5600.230.43154.8138.7640.98
Hex40916F380172B9b2729
Octal10022115770027532334751
Binary100000010010001110111111100001011110101110011011100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40916F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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