#40B794

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

Shades of Shamrock #40B794

Tints of Shamrock #40B794

Color information

#40B794 (or 0x40B794) is unknown color: approx Shamrock. HEX triplet: 40, B7 and 94. RGB value is (64,183,148). Sum of RGB (Red+Green+Blue) = 64+183+148=395 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.20% from 395); Green value is 183 (71.88% from 255 or 46.33% from 395); Blue value is 148 (58.20% from 255 or 37.47% from 395); Max value from RGB is 183 - color contains mainly: green. Hex color #40B794 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40B794 is #BF486B. Grayscale: #8F8F8F. Windows color (decimal): -12535916 or 9746240. OLE color: 9746240.

HSL color Cylindrical-coordinate representation of color #40B794: hue angle of 162.35º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40B794 is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.

Color convert

RGB64183148-
CMYK0.6500.190.28
HSL162.35º48.18%48.43%-
HSV(B)162.35º65.03%71.76%-
XYZ24.3937.133.89-
YUV143.43130.5871.35-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.20%
GREEN value IS 183 (71.88% from 255) = 46.33%
BLUE value IS 148 (58.20% from 255) = 37.47%
R=16.20%
G=46.33%
B=37.47%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal641831480.6500.190.28162.3548.1848.43
Hex40B794410131Ca23030
Octal100267224101023342426060
Binary1000000101101111001010010000010100111110010100010110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,183,148); }

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

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

 a { background-color: rgb(64,183,148); }

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

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

 span { border-color: rgb(64,183,148); }

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