#40946F

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

Shades of Viridian #40946F

Tints of Viridian #40946F

Color information

#40946F (or 0x40946F) is unknown color: approx Viridian. HEX triplet: 40, 94 and 6F. RGB value is (64,148,111). Sum of RGB (Red+Green+Blue) = 64+148+111=323 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.81% from 323); Green value is 148 (58.20% from 255 or 45.82% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 148 - color contains mainly: green. Hex color #40946F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40946F is #BF6B90. Grayscale: #767676. Windows color (decimal): -12544913 or 7312448. OLE color: 7312448.

HSL color Cylindrical-coordinate representation of color #40946F: hue angle of 153.57º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #40946F is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB64148111-
CMYK0.5700.250.42
HSL153.57º39.62%41.57%-
HSV(B)153.57º56.76%58.04%-
XYZ15.5723.4218.74-
YUV118.67123.6789.01-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.81%
GREEN value IS 148 (58.20% from 255) = 45.82%
BLUE value IS 111 (43.75% from 255) = 34.37%
R=19.81%
G=45.82%
B=34.37%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal641481110.5700.250.42153.5739.6241.57
Hex40946F390192A9a282a
Octal10022415771031522325052
Binary100000010010100110111111100101100110101010011010101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40946F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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