#40B992

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

Shades of Shamrock #40B992

Tints of Shamrock #40B992

Color information

#40B992 (or 0x40B992) is unknown color: approx Shamrock. HEX triplet: 40, B9 and 92. RGB value is (64,185,146). Sum of RGB (Red+Green+Blue) = 64+185+146=395 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.20% from 395); Green value is 185 (72.66% from 255 or 46.84% from 395); Blue value is 146 (57.42% from 255 or 36.96% from 395); Max value from RGB is 185 - color contains mainly: green. Hex color #40B992 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40B992 is #BF466D. Grayscale: #909090. Windows color (decimal): -12535406 or 9615680. OLE color: 9615680.

HSL color Cylindrical-coordinate representation of color #40B992: hue angle of 160.66º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40B992 is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB64185146-
CMYK0.6500.210.27
HSL160.66º48.59%48.82%-
HSV(B)160.66º65.41%72.55%-
XYZ24.6537.8633.2-
YUV144.38128.9170.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.20%
GREEN value IS 185 (72.66% from 255) = 46.84%
BLUE value IS 146 (57.42% from 255) = 36.96%
R=16.20%
G=46.84%
B=36.96%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal641851460.6500.210.27160.6648.5948.82
Hex40B992410151Ba13131
Octal100271222101025332416161
Binary1000000101110011001001010000010101011101110100001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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