#3FB696

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

Shades of Shamrock #3FB696

Tints of Shamrock #3FB696

Color information

#3FB696 (or 0x3FB696) is unknown color: approx Shamrock. HEX triplet: 3F, B6 and 96. RGB value is (63,182,150). Sum of RGB (Red+Green+Blue) = 63+182+150=395 (52% of max value = 765). Red value is 63 (25% from 255 or 15.95% from 395); Green value is 182 (71.48% from 255 or 46.08% from 395); Blue value is 150 (58.98% from 255 or 37.97% from 395); Max value from RGB is 182 - color contains mainly: green. Hex color #3FB696 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FB696 is #C04969. Grayscale: #8E8E8E. Windows color (decimal): -12601706 or 9877055. OLE color: 9877055.

HSL color Cylindrical-coordinate representation of color #3FB696: hue angle of 163.87º 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 #3FB696 is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB63182150-
CMYK0.6500.180.29
HSL163.87º48.57%48.04%-
HSV(B)163.87º65.38%71.37%-
XYZ24.2836.7134.66-
YUV142.77132.0871.1-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 15.95%
GREEN value IS 182 (71.48% from 255) = 46.08%
BLUE value IS 150 (58.98% from 255) = 37.97%
R=15.95%
G=46.08%
B=37.97%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal631821500.6500.180.29163.8748.5748.04
Hex3FB696410121Da43130
Octal77266226101022352446160
Binary111111101101101001011010000010100101110110100100110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FB696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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