#40C39F

Color #40C39F Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #40C39F

Tints of Shamrock #40C39F

Color information

#40C39F (or 0x40C39F) is unknown color: approx Shamrock. HEX triplet: 40, C3 and 9F. RGB value is (64,195,159). Sum of RGB (Red+Green+Blue) = 64+195+159=418 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.31% from 418); Green value is 195 (76.56% from 255 or 46.65% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 195 - color contains mainly: green. Hex color #40C39F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C39F is #BF3C60. Grayscale: #979797. Windows color (decimal): -12532833 or 10470208. OLE color: 10470208.

HSL color Cylindrical-coordinate representation of color #40C39F: hue angle of 163.51º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C39F is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB64195159-
CMYK0.6700.180.24
HSL163.51º52.19%50.78%-
HSV(B)163.51º67.18%76.47%-
XYZ27.8942.6239.56-
YUV151.73132.165.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.31%
GREEN value IS 195 (76.56% from 255) = 46.65%
BLUE value IS 159 (62.5% from 255) = 38.04%
R=15.31%
G=46.65%
B=38.04%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal641951590.6700.180.24163.5152.1950.78
Hex40C39F4301218a43433
Octal100303237103022302446463
Binary1000000110000111001111110000110100101100010100100110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40C39F; }

 p { color: rgb(64,195,159); }

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

<style>
 a { background-color: #40C39F; }

 a { background-color: rgb(64,195,159); }

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

<style>
 span { border-color: #40C39F; }

 span { border-color: rgb(64,195,159); }

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