#40D392

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

Shades of Shamrock #40D392

Tints of Shamrock #40D392

Color information

#40D392 (or 0x40D392) is unknown color: approx Shamrock. HEX triplet: 40, D3 and 92. RGB value is (64,211,146). Sum of RGB (Red+Green+Blue) = 64+211+146=421 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.20% from 421); Green value is 211 (82.81% from 255 or 50.12% from 421); Blue value is 146 (57.42% from 255 or 34.68% from 421); Max value from RGB is 211 - color contains mainly: green. Hex color #40D392 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40D392 is #BF2C6D. Grayscale: #9F9F9F. Windows color (decimal): -12528750 or 9622336. OLE color: 9622336.

HSL color Cylindrical-coordinate representation of color #40D392: hue angle of 153.47º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D392 is Cyan = 0.70, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB64211146-
CMYK0.7000.310.17
HSL153.47º62.55%53.92%-
HSV(B)153.47º69.67%82.75%-
XYZ30.649.7535.18-
YUV159.64120.359.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.20%
GREEN value IS 211 (82.81% from 255) = 50.12%
BLUE value IS 146 (57.42% from 255) = 34.68%
R=15.20%
G=50.12%
B=34.68%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal642111460.7000.310.17153.4762.5553.92
Hex40D3924601F11993f36
Octal100323222106037212317766
Binary1000000110100111001001010001100111111000110011001111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40D392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,211,146); }

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

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

 a { background-color: rgb(64,211,146); }

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

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

 span { border-color: rgb(64,211,146); }

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