#3FB694

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

Shades of Shamrock #3FB694

Tints of Shamrock #3FB694

Color information

#3FB694 (or 0x3FB694) is unknown color: approx Shamrock. HEX triplet: 3F, B6 and 94. RGB value is (63,182,148). Sum of RGB (Red+Green+Blue) = 63+182+148=393 (52% of max value = 765). Red value is 63 (25% from 255 or 16.03% from 393); Green value is 182 (71.48% from 255 or 46.31% from 393); Blue value is 148 (58.20% from 255 or 37.66% from 393); Max value from RGB is 182 - color contains mainly: green. Hex color #3FB694 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FB694 is #C0496B. Grayscale: #8E8E8E. Windows color (decimal): -12601708 or 9745983. OLE color: 9745983.

HSL color Cylindrical-coordinate representation of color #3FB694: hue angle of 162.86º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3FB694 is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB63182148-
CMYK0.6500.190.29
HSL162.86º48.57%48.04%-
HSV(B)162.86º65.38%71.37%-
XYZ24.1236.6533.82-
YUV142.54131.0871.26-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.03%
GREEN value IS 182 (71.48% from 255) = 46.31%
BLUE value IS 148 (58.20% from 255) = 37.66%
R=16.03%
G=46.31%
B=37.66%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal631821480.6500.190.29162.8648.5748.04
Hex3FB694410131Da33130
Octal77266224101023352436160
Binary111111101101101001010010000010100111110110100011110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FB694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3FB694; }

 p { color: rgb(63,182,148); }

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

<style>
 a { background-color: #3FB694; }

 a { background-color: rgb(63,182,148); }

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

<style>
 span { border-color: #3FB694; }

 span { border-color: rgb(63,182,148); }

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