#40C396

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

Shades of Shamrock #40C396

Tints of Shamrock #40C396

Color information

#40C396 (or 0x40C396) is unknown color: approx Shamrock. HEX triplet: 40, C3 and 96. RGB value is (64,195,150). Sum of RGB (Red+Green+Blue) = 64+195+150=409 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.65% from 409); Green value is 195 (76.56% from 255 or 47.68% from 409); Blue value is 150 (58.98% from 255 or 36.67% from 409); Max value from RGB is 195 - color contains mainly: green. Hex color #40C396 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C396 is #BF3C69. Grayscale: #969696. Windows color (decimal): -12532842 or 9880384. OLE color: 9880384.

HSL color Cylindrical-coordinate representation of color #40C396: hue angle of 159.39º 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 #40C396 is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB64195150-
CMYK0.6700.230.24
HSL159.39º52.19%50.78%-
HSV(B)159.39º67.18%76.47%-
XYZ27.1342.3235.59-
YUV150.7127.666.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.65%
GREEN value IS 195 (76.56% from 255) = 47.68%
BLUE value IS 150 (58.98% from 255) = 36.67%
R=15.65%
G=47.68%
B=36.67%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal641951500.6700.230.24159.3952.1950.78
Hex40C39643017189f3433
Octal100303226103027302376463
Binary1000000110000111001011010000110101111100010011111110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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