#40936E

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

Shades of Viridian #40936E

Tints of Viridian #40936E

Color information

#40936E (or 0x40936E) is unknown color: approx Viridian. HEX triplet: 40, 93 and 6E. RGB value is (64,147,110). Sum of RGB (Red+Green+Blue) = 64+147+110=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 147 (57.81% from 255 or 45.79% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 147 - color contains mainly: green. Hex color #40936E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40936E is #BF6C91. Grayscale: #767676. Windows color (decimal): -12545170 or 7246656. OLE color: 7246656.

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

Color convert

RGB64147110-
CMYK0.5600.250.42
HSL153.25º39.34%41.37%-
HSV(B)153.25º56.46%57.65%-
XYZ15.3623.0818.4-
YUV117.96123.589.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.94%
GREEN value IS 147 (57.81% from 255) = 45.79%
BLUE value IS 110 (43.36% from 255) = 34.27%
R=19.94%
G=45.79%
B=34.27%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal641471100.5600.250.42153.2539.3441.37
Hex40936E380192A992729
Octal10022315670031522314751
Binary100000010010011110111011100001100110101010011001100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40936E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40936E; }

 p { color: rgb(64,147,110); }

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

<style>
 a { background-color: #40936E; }

 a { background-color: rgb(64,147,110); }

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

<style>
 span { border-color: #40936E; }

 span { border-color: rgb(64,147,110); }

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